diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2019-10-08 19:54:02 -0400 |
---|---|---|
committer | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2019-10-08 20:01:03 -0400 |
commit | bf5d301685db6c31ea64771dab59610586bc1619 (patch) | |
tree | 6a5cce7e1116748359a1fc9c0445637d59640ce3 /ext/bg/js | |
parent | 1074c33f2074984fe5b21654e944d787408c0a93 (diff) |
Only use foreground api.js/util.js
Diffstat (limited to 'ext/bg/js')
-rw-r--r-- | ext/bg/js/search-frontend.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/bg/js/search-frontend.js b/ext/bg/js/search-frontend.js index faec29ef..0c1a61ea 100644 --- a/ext/bg/js/search-frontend.js +++ b/ext/bg/js/search-frontend.js @@ -26,10 +26,8 @@ async function searchFrontendSetup() { if (!options.scanning.enableOnSearchPage) { return; } const scriptSrcs = [ - '/fg/js/api.js', '/fg/js/frontend-api-receiver.js', '/fg/js/popup.js', - '/fg/js/util.js', '/fg/js/popup-proxy-host.js', '/fg/js/frontend.js' ]; |