Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: composer.html

Issue 29613777: Issue 5817 - Retry sending suggested filters to block element dialog (Closed)
Patch Set: Created Nov. 21, 2017, 3:34 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: composer.html
diff --git a/composer.html b/composer.html
index 7fdd020444016a16a724ed6dc866acc3df98b4dc..fe10995ba18d7c537e41cdbee0e98dfe8dc4e4fc 100644
--- a/composer.html
+++ b/composer.html
@@ -90,7 +90,7 @@
<span class="i18n_add_filters_msg"></span>
</div>
-<textarea id="filters"></textarea>
+<textarea id="filters" class="i18n_loading" disabled></textarea>
kzar 2017/11/21 15:39:20 Since the user has to wait for 1 second it looks m
<div id="buttons">
<button id="addButton" class="i18n_add"></button>
Wladimir Palant 2017/11/23 11:49:00 Shouldn't this button be disabled as well?
kzar 2017/11/23 12:31:53 Good point, Done.
« no previous file with comments | « _locales/en_US/messages.json ('k') | composer.js » ('j') | lib/filterComposer.js » ('J')

Powered by Google App Engine
This is Rietveld