diff options
author | Alex Yatskov <alex@foosoft.net> | 2016-11-08 19:41:03 -0800 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2016-11-08 19:41:03 -0800 |
commit | 885f508edafdcf7f060dde73b6bae65f56bed3d2 (patch) | |
tree | 0ef958acb9c6cf5dadf523e53ca465dd38f70517 /ext/bg/js/options-form.js | |
parent | af45e8fab63487e0e5ffc43b99ff6c075d38e4ab (diff) |
WIP
Diffstat (limited to 'ext/bg/js/options-form.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 f5ca3ce2..8bb60808 100644 --- a/ext/bg/js/options-form.js +++ b/ext/bg/js/options-form.js @@ -172,7 +172,7 @@ function onDictionaryImport() { const dictError = $('#dict-error'); dictError.hide(); - const progressbar = $('#dict-progress'); + const progressbar = $('#dict-import-progress'); progressbar.show(); const callback = (total, current) => { |