diff options
| author | Alex Yatskov <FooSoft@users.noreply.github.com> | 2019-09-26 21:50:34 -0700 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-09-26 21:50:34 -0700 | 
| commit | 8195e5109b97c284fc1d6c8559de6e5f5941c911 (patch) | |
| tree | 1e01878908224e0e37f1c83614e11673152730b7 /ext/bg/js/options.js | |
| parent | f5afe590ad0730a695614b32032b7ea70b46c7b0 (diff) | |
| parent | 62b95a656f5e55395893982822b0388a425f5a29 (diff) | |
Merge pull request #223 from odehjoseph/master
Add option to enable Alt+B lookup
Diffstat (limited to 'ext/bg/js/options.js')
| -rw-r--r-- | ext/bg/js/options.js | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/bg/js/options.js b/ext/bg/js/options.js index e9e321df..2c9de1ec 100644 --- a/ext/bg/js/options.js +++ b/ext/bg/js/options.js @@ -281,6 +281,7 @@ function profileOptionsCreateDefaults() {              modifier: 'shift',              deepDomScan: false,              popupNestingMaxDepth: 0, +            enablePopupSearch: false,              enableOnPopupExpressions: false,              enableOnSearchPage: true          },  |