diff options
author | Alex Yatskov <alex@foosoft.net> | 2016-11-08 22:20:06 -0800 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2016-11-08 22:20:06 -0800 |
commit | 58357552f8fc63b0e19817d71df8d96d4bba090d (patch) | |
tree | 7eb22d5c00253eac8b369475dc51ad8d930dffe8 /ext/bg/js | |
parent | 121d5e7c5eef4f0ae8badeab61101f48ddec02c9 (diff) |
WIP
Diffstat (limited to 'ext/bg/js')
-rw-r--r-- | ext/bg/js/options-form.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/bg/js/options-form.js b/ext/bg/js/options-form.js index 1fcd0838..983ef51d 100644 --- a/ext/bg/js/options-form.js +++ b/ext/bg/js/options-form.js @@ -182,7 +182,7 @@ function onDictionaryImport() { const dictError = $('#dict-error'); dictError.hide(); - const dictProgress = $('#dict-import-progress'); + const dictProgress = $('.dict-import-progress'); dictProgress.show(); const dictSpinner = $('#dict-spinner'); |