diff options
author | Alex Yatskov <alex@foosoft.net> | 2017-09-17 10:09:48 -0700 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2017-09-17 10:09:48 -0700 |
commit | 5476c100467e31d7dac02a4b1c14e62a4e9b34d0 (patch) | |
tree | e817af08681c24c2c4262589e5e26cb75c4ea403 /ext/bg/js | |
parent | 9280985306f5a9c79b9bd2c4daea596a5ec78ae5 (diff) |
more improvements to automatic search result hiding (#71)
Diffstat (limited to 'ext/bg/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 a245da80..36ab7694 100644 --- a/ext/bg/js/options.js +++ b/ext/bg/js/options.js @@ -147,7 +147,7 @@ function optionsSetDefaults(options) { selectText: true, alphanumeric: true, autoHideResults: false, - delay: 15, + delay: 20, length: 10, modifier: 'shift' }, |