summaryrefslogtreecommitdiff
path: root/ext/bg
diff options
context:
space:
mode:
authorAlex Yatskov <alex@foosoft.net>2016-11-08 20:40:32 -0800
committerAlex Yatskov <alex@foosoft.net>2016-11-08 20:40:32 -0800
commitdeb4ef52bafdc6b698ab1ea34239125a61f4cd23 (patch)
treedbdbad7466566285ac4035dd30bed771cb242a0f /ext/bg
parentcd73d7cded1ed453bc040dbdb4225ae2e83ac403 (diff)
WIP
Diffstat (limited to 'ext/bg')
-rw-r--r--ext/bg/js/options-form.js1
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();
});