diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2019-08-17 19:32:58 -0400 |
---|---|---|
committer | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2019-09-02 19:32:08 -0400 |
commit | 1a9348ec27b903af47511da11306f884a82cf353 (patch) | |
tree | ba890d2a69b83281d34209d8841a6be83d713d23 /ext/bg/js/options.js | |
parent | 5c4614f585648c2b835efc1d369e78918bc4f5ff (diff) |
Add option for maximum nested popup depth
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 7d993987..2197c72c 100644 --- a/ext/bg/js/options.js +++ b/ext/bg/js/options.js @@ -219,7 +219,8 @@ function optionsSetDefaults(options) { delay: 20, length: 10, modifier: 'shift', - deepDomScan: false + deepDomScan: false, + popupNestingMaxDepth: 0 }, dictionaries: {}, |