diff options
author | Alex Yatskov <alex@foosoft.net> | 2016-09-14 22:54:07 -0700 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2016-09-14 22:54:07 -0700 |
commit | 3608c9c16e7154802bacbf38356fd4f36824e267 (patch) | |
tree | f7fff55dafe6afd6a9bc0e757e89f705f9d1cdd9 /ext/bg/js/options.js | |
parent | c3ead3af939c7e235b891244a09a25c180c34a8f (diff) |
.
Diffstat (limited to 'ext/bg/js/options.js')
-rw-r--r-- | ext/bg/js/options.js | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/ext/bg/js/options.js b/ext/bg/js/options.js index 857f59f2..290b5b05 100644 --- a/ext/bg/js/options.js +++ b/ext/bg/js/options.js @@ -19,14 +19,16 @@ function sanitizeOptions(options) { const defaults = { - scanLength: 20, activateOnStartup: false, selectMatchedText: true, - showAdvancedOptions: false, enableAudioPlayback: true, enableAnkiConnect: false, + showAdvancedOptions: false, + scanLength: 20, + ankiCardTags: ['yomichan'], sentenceExtent: 200, + ankiTermDeck: '', ankiTermModel: '', ankiTermFields: {}, |