From 5daf2accf4d6628131cd8e054ca6258a669eb715 Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Sat, 4 Mar 2017 20:10:49 -0800 Subject: wip --- ext/bg/js/options.js | 2 +- ext/bg/options.html | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) (limited to 'ext/bg') 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 @@
- +

Anki Options

@@ -237,7 +237,6 @@ - -- cgit v1.2.3