diff options
author | Alex Yatskov <alex@foosoft.net> | 2016-05-01 21:18:28 -0700 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2016-05-01 21:18:28 -0700 |
commit | eaa7291683604895017c67e716f7ee44a1ea853a (patch) | |
tree | 355b18ec73e05bb3a666d99cf92ae32aa35f28ce /ext/bg/js/options.js | |
parent | 61993db7026d2e06666ba6aeea1f7eed388d8592 (diff) |
Updating options page
Diffstat (limited to 'ext/bg/js/options.js')
-rw-r--r-- | ext/bg/js/options.js | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/ext/bg/js/options.js b/ext/bg/js/options.js index 9ff947b1..c73bc4c0 100644 --- a/ext/bg/js/options.js +++ b/ext/bg/js/options.js @@ -19,9 +19,10 @@ function sanitizeOptions(options) { const defaults = { - scanLength: 20, - loadOnStartup: false, - highlightText: true + loadOnStartup: false, + selectMatchedText: true, + enableAnkiConnect: false, + scanLength: 20 }; for (const key in defaults) { |