diff options
author | Alex Yatskov <alex@foosoft.net> | 2017-01-31 21:10:20 -0800 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2017-01-31 21:10:20 -0800 |
commit | bed16022e08a2877f16ae0971c0e7c4605724258 (patch) | |
tree | c6544b0820571678300e1230e6797bb724738cfd /ext/bg/js/options-form.js | |
parent | bf9925ec9cabd5a755152aa89df1f87e38d53534 (diff) |
fix dictionary priority visibility bug1.0.7
Diffstat (limited to 'ext/bg/js/options-form.js')
-rw-r--r-- | ext/bg/js/options-form.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/bg/js/options-form.js b/ext/bg/js/options-form.js index 92596773..ed2826b4 100644 --- a/ext/bg/js/options-form.js +++ b/ext/bg/js/options-form.js @@ -164,6 +164,8 @@ function populateDictionaries(options) { ++dictCount; }); + updateVisibility(options); + $('.dict-enabled, .dict-priority').change(onOptionsChanged); $('.dict-delete').click(onDictionaryDelete); }).catch(error => { |