diff options
author | siikamiika <siikamiika@users.noreply.github.com> | 2020-03-19 17:46:05 +0200 |
---|---|---|
committer | siikamiika <siikamiika@users.noreply.github.com> | 2020-04-05 19:57:37 +0300 |
commit | d20ece9f074bb9d241a902f29344e5906e3c8210 (patch) | |
tree | c496984fabf674081dc1360ea5c34bbae22e50c8 /ext/bg/js/search-frontend.js | |
parent | 09151a1a860f35b8dcbdbe9a25c09be5abeb4e37 (diff) |
move frame offset forwarding code to a class
Diffstat (limited to 'ext/bg/js/search-frontend.js')
-rw-r--r-- | ext/bg/js/search-frontend.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/bg/js/search-frontend.js b/ext/bg/js/search-frontend.js index 2d2aa8d4..f130a6fa 100644 --- a/ext/bg/js/search-frontend.js +++ b/ext/bg/js/search-frontend.js @@ -35,6 +35,7 @@ async function searchFrontendSetup() { const scriptSrcs = [ '/mixed/js/text-scanner.js', '/fg/js/frontend-api-receiver.js', + '/fg/js/frame-offset-forwarder.js', '/fg/js/popup.js', '/fg/js/popup-proxy-host.js', '/fg/js/frontend.js', |