summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortoasted-nutbread <toasted-nutbread@users.noreply.github.com>2019-12-20 23:20:56 -0500
committertoasted-nutbread <toasted-nutbread@users.noreply.github.com>2019-12-20 23:20:56 -0500
commitf8365b8092729ab789ea81c10fcecd2e82cce6df (patch)
tree30213905a9eec97b0279da5808921c57f68e12d4
parentb2cc694d95da9fc7b6b9d1e63a118b01877f25e1 (diff)
Replace window.yomichan_search with DisplaySearch.instance
-rw-r--r--ext/bg/js/search.js2
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();