diff options
author | Alex Yatskov <alex@foosoft.net> | 2016-10-16 19:19:04 -0700 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2016-10-16 19:19:04 -0700 |
commit | f2c8d7d04e10d05a30e1c632c15d7d42e06cc799 (patch) | |
tree | 200d1ac299e3b1d4e8e8791ac147845ac1f46afe /ext/bg/js/options.js | |
parent | 153e64e08e6d5775ede97d328178479327aca76d (diff) |
WIP
Diffstat (limited to 'ext/bg/js/options.js')
-rw-r--r-- | ext/bg/js/options.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/bg/js/options.js b/ext/bg/js/options.js index e7fa4aad..45af2ff1 100644 --- a/ext/bg/js/options.js +++ b/ext/bg/js/options.js @@ -27,7 +27,7 @@ function sanitizeOptions(options) { scanDelay: 15, scanLength: 20, - ankiMethod: 'none', + ankiMethod: 'disabled', ankiUsername: '', ankiPassword: '', ankiCardTags: ['yomichan'], |