diff options
Diffstat (limited to 'ext/bg/js')
| -rw-r--r-- | ext/bg/js/search-frontend.js | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/ext/bg/js/search-frontend.js b/ext/bg/js/search-frontend.js index 0c1a61ea..f55f06e6 100644 --- a/ext/bg/js/search-frontend.js +++ b/ext/bg/js/search-frontend.js @@ -29,7 +29,8 @@ async function searchFrontendSetup() {          '/fg/js/frontend-api-receiver.js',          '/fg/js/popup.js',          '/fg/js/popup-proxy-host.js', -        '/fg/js/frontend.js' +        '/fg/js/frontend.js', +        '/fg/js/frontend-initialize.js'      ];      for (const src of scriptSrcs) {          const script = document.createElement('script'); |