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.
|