aboutsummaryrefslogtreecommitdiff
path: root/ext/bg/js/options.js
diff options
context:
space:
mode:
authortoasted-nutbread <toasted-nutbread@users.noreply.github.com>2019-08-18 16:48:18 -0400
committertoasted-nutbread <toasted-nutbread@users.noreply.github.com>2019-09-02 19:33:28 -0400
commit42ec3e2a43dfd9ac0748ca7c364cef2b44f625a2 (patch)
treec2f5790e4c499e1fe43a5d1377231455a46971f0 /ext/bg/js/options.js
parent1a9348ec27b903af47511da11306f884a82cf353 (diff)
Add support for popup on the search page
Diffstat (limited to 'ext/bg/js/options.js')
-rw-r--r--ext/bg/js/options.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/bg/js/options.js b/ext/bg/js/options.js
index 2197c72c..1b2d5e1a 100644
--- a/ext/bg/js/options.js
+++ b/ext/bg/js/options.js
@@ -220,7 +220,8 @@ function optionsSetDefaults(options) {
length: 10,
modifier: 'shift',
deepDomScan: false,
- popupNestingMaxDepth: 0
+ popupNestingMaxDepth: 0,
+ enableOnSearchPage: true
},
dictionaries: {},