diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2019-12-20 23:20:56 -0500 |
---|---|---|
committer | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2019-12-20 23:20:56 -0500 |
commit | f8365b8092729ab789ea81c10fcecd2e82cce6df (patch) | |
tree | 30213905a9eec97b0279da5808921c57f68e12d4 /ext/bg/js | |
parent | b2cc694d95da9fc7b6b9d1e63a118b01877f25e1 (diff) |
Replace window.yomichan_search with DisplaySearch.instance
Diffstat (limited to 'ext/bg/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 540b809b..97b0561b 100644 --- a/ext/bg/js/search.js +++ b/ext/bg/js/search.js @@ -384,4 +384,4 @@ DisplaySearch.onKeyDownIgnoreKeys = { 'Shift': [] }; -window.yomichan_search = DisplaySearch.create(); +DisplaySearch.instance = DisplaySearch.create(); |