diff options
author | Alex Yatskov <alex@foosoft.net> | 2016-04-06 21:02:31 -0700 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2016-04-06 21:02:31 -0700 |
commit | 03b02070b7b5ec14867c286c5aafc9f676ccea91 (patch) | |
tree | b3d7241b9bf42e6dd62428af0381cdcbac298d2e /ext/bg/js/options.js | |
parent | 53b63e8ddcdfdb81990a0f406c92f2d3188e707d (diff) |
Add load on startup checkbox
Diffstat (limited to 'ext/bg/js/options.js')
-rw-r--r-- | ext/bg/js/options.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/bg/js/options.js b/ext/bg/js/options.js index 4c1135d2..0ab33612 100644 --- a/ext/bg/js/options.js +++ b/ext/bg/js/options.js @@ -19,7 +19,8 @@ function sanitizeOptions(options) { const defaults = { - scanLength: 20 + scanLength: 20, + loadOnStartup: false }; for (const key in defaults) { |