diff options
author | Alex Yatskov <alex@foosoft.net> | 2016-11-08 20:40:32 -0800 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2016-11-08 20:40:32 -0800 |
commit | deb4ef52bafdc6b698ab1ea34239125a61f4cd23 (patch) | |
tree | dbdbad7466566285ac4035dd30bed771cb242a0f /ext/bg/js/options-form.js | |
parent | cd73d7cded1ed453bc040dbdb4225ae2e83ac403 (diff) |
WIP
Diffstat (limited to 'ext/bg/js/options-form.js')
-rw-r--r-- | ext/bg/js/options-form.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/bg/js/options-form.js b/ext/bg/js/options-form.js index 8e117012..808aa941 100644 --- a/ext/bg/js/options-form.js +++ b/ext/bg/js/options-form.js @@ -195,6 +195,7 @@ function onDictionaryImport() { }).then(() => { dictImport.prop('disabled', false); dictUrl.val(''); + dictUrl.trigger('input'); progressbar.hide(); dictSpinner.hide(); }); |