diff options
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 dbc679b1..a786b0bf 100644 --- a/ext/bg/js/search.js +++ b/ext/bg/js/search.js @@ -24,7 +24,7 @@ class DisplaySearch extends Display { constructor(tabId, frameId, japaneseUtil, documentFocusController, hotkeyHandler) { - super('search', tabId, frameId, japaneseUtil, documentFocusController, hotkeyHandler); + super(tabId, frameId, 'search', japaneseUtil, documentFocusController, hotkeyHandler); this._searchButton = document.querySelector('#search-button'); this._queryInput = document.querySelector('#search-textbox'); this._introElement = document.querySelector('#intro'); |