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/fg/js/popup-nested.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/fg/js/popup-nested.js')
-rw-r--r-- | ext/fg/js/popup-nested.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/fg/js/popup-nested.js b/ext/fg/js/popup-nested.js index 31cb1cda..3df469fe 100644 --- a/ext/fg/js/popup-nested.js +++ b/ext/fg/js/popup-nested.js @@ -41,6 +41,7 @@ async function popupNestedInitialize(id, depth, parentFrameId, url) { window.frontendInitializationData = {id, depth, parentFrameId, ignoreNodes, url, proxy: true}; const scriptSrcs = [ + '/mixed/js/text-scanner.js', '/fg/js/frontend-api-sender.js', '/fg/js/popup.js', '/fg/js/popup-proxy.js', |