diff options
author | siikamiika <siikamiika@users.noreply.github.com> | 2019-12-07 15:20:28 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-07 15:20:28 +0200 |
commit | df06251cb024a285c6ef27bf6b5dfc907afaef84 (patch) | |
tree | 1238fed12525ad4b8ac15357322c1601f426fea4 /ext/bg/js/search-frontend.js | |
parent | d1950bc5f1a3cc737bbb43418738f5da7955ee7f (diff) | |
parent | f6d0503604e66ef89578332f6adb477606dc81f9 (diff) |
Merge pull request #299 from siikamiika/frontend-extract-text-scanner
Extract text scanner from Frontend
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 6ba8467e..e21dc371 100644 --- a/ext/bg/js/search-frontend.js +++ b/ext/bg/js/search-frontend.js @@ -33,6 +33,7 @@ async function searchFrontendSetup() { window.frontendInitializationData = {depth: 1, ignoreNodes, proxy: false}; const scriptSrcs = [ + '/mixed/js/text-scanner.js', '/fg/js/frontend-api-receiver.js', '/fg/js/popup.js', '/fg/js/popup-proxy-host.js', |