diff --git a/ext/bg/js/options.js b/ext/bg/js/options.js index eb8e32d8..5f564b33 100644 --- a/ext/bg/js/options.js +++ b/ext/bg/js/options.js @@ -187,7 +187,7 @@ function onDictionaryPurge(e) { return optionsLoad(); }).then(options => { options.dictionaries = {}; - return optionsSave(options).then(populateDictionaries); + return optionsSave(options).then(() => populateDictionaries(options)); }); } diff --git a/ext/bg/options.html b/ext/bg/options.html index 7d95860b..2a6928cf 100644 --- a/ext/bg/options.html +++ b/ext/bg/options.html @@ -127,7 +127,7 @@