diff options
author | Alex Yatskov <alex@foosoft.net> | 2016-11-06 18:09:12 -0800 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2016-11-06 18:09:12 -0800 |
commit | 20304b5460e54621511a98b9dba9236d4d192ac3 (patch) | |
tree | fd1b519df285b3e9da2b11cae1c63f6759a108ab /ext/bg/js/options.js | |
parent | 712cd6a9ab4e627e3c1504740ff853a6d12025f4 (diff) |
WIP
Diffstat (limited to 'ext/bg/js/options.js')
-rw-r--r-- | ext/bg/js/options.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/bg/js/options.js b/ext/bg/js/options.js index 15288afc..28448b96 100644 --- a/ext/bg/js/options.js +++ b/ext/bg/js/options.js @@ -28,6 +28,8 @@ function sanitizeOptions(options) { scanDelay: 15, scanLength: 20, + dictionaries: {}, + ankiMethod: 'disabled', ankiUsername: '', ankiPassword: '', |