diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2020-08-16 16:16:18 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-16 16:16:18 -0400 |
commit | c26c4ae0cb2e8516d79e827e7f76a5974fffdae4 (patch) | |
tree | f4762afe8ac9d5ffc7ada531d8b788274d683ab7 /ext/bg/js/search.js | |
parent | 90d694429029d804740d2af384ad903be48b040e (diff) |
Frontend initialization refactor (#737)
* Fix incorrect popup depth reassignment
* Rename variable
* Rename property
* Use explicit parameter values
* Refactor setupNestedPopups
* Refactor frontend initialization
Diffstat (limited to 'ext/bg/js/search.js')
-rw-r--r-- | ext/bg/js/search.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/bg/js/search.js b/ext/bg/js/search.js index 0a0699a9..2aa6d249 100644 --- a/ext/bg/js/search.js +++ b/ext/bg/js/search.js @@ -330,7 +330,7 @@ class DisplaySearch extends Display { try { await this.setupNestedPopups({ depth: 1, - proxy: false, + useProxyPopup: false, isSearchPage: true }); } catch (e) { |