diff options
Diffstat (limited to 'ext/bg/js')
| -rw-r--r-- | ext/bg/js/search-frontend.js | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/bg/js/search-frontend.js b/ext/bg/js/search-frontend.js index 18cb6060..e534e771 100644 --- a/ext/bg/js/search-frontend.js +++ b/ext/bg/js/search-frontend.js @@ -65,7 +65,7 @@ async function main() {          if (!options.scanning.enableOnSearchPage || optionsApplied) { return; }          optionsApplied = true; -        window.frontendInitializationData = {depth: 1, proxy: false}; +        window.frontendInitializationData = {depth: 1, proxy: false, isSearchPage: true};          injectSearchFrontend();          yomichan.off('optionsUpdated', applyOptions);  |