diff options
author | Alex Yatskov <alex@foosoft.net> | 2017-05-24 20:42:54 -0700 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2017-05-24 20:42:54 -0700 |
commit | 992852d3c0aab94044e4a850f598bed38dbc2579 (patch) | |
tree | 88c9df410bfa056f7361ab9db4c932473400d131 /ext/bg/js/util.js | |
parent | cf4a86fa1c683324e2e0454648e44e169ffe9d08 (diff) |
make form search be always enabled
Diffstat (limited to 'ext/bg/js/util.js')
-rw-r--r-- | ext/bg/js/util.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/bg/js/util.js b/ext/bg/js/util.js index 6e97b0ea..413fbaca 100644 --- a/ext/bg/js/util.js +++ b/ext/bg/js/util.js @@ -111,7 +111,6 @@ function optionsSetDefaults(options) { requireShift: true, middleMouse: true, selectText: true, - imposter: true, alphanumeric: true, delay: 15, length: 10 |