diff options
author | Alex Yatskov <alex@foosoft.net> | 2016-10-15 19:05:53 -0700 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2016-10-15 19:05:53 -0700 |
commit | 7aa6d6feee78307d998596082caf73a3c1577285 (patch) | |
tree | 71a158c08c0e277f10887a43339228c8cbb28a3f /ext/bg/js/options.js | |
parent | ef25ad144e8e93ca280ba218b28f981425eed2e3 (diff) |
WIP
Diffstat (limited to 'ext/bg/js/options.js')
-rw-r--r-- | ext/bg/js/options.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ext/bg/js/options.js b/ext/bg/js/options.js index e9ad74a3..0dd37c48 100644 --- a/ext/bg/js/options.js +++ b/ext/bg/js/options.js @@ -27,6 +27,10 @@ function sanitizeOptions(options) { holdShiftToScan: true, scanDelay: 15, scanLength: 20, + + ankiMethod: 'none', + ankiUsername: '', + ankiPassword: '', ankiCardTags: ['yomichan'], sentenceExtent: 200, |