aboutsummaryrefslogtreecommitdiff
path: root/ext/fg/js/popup-nested.js
diff options
context:
space:
mode:
authorsiikamiika <siikamiika@users.noreply.github.com>2019-12-07 15:20:28 +0200
committerGitHub <noreply@github.com>2019-12-07 15:20:28 +0200
commitdf06251cb024a285c6ef27bf6b5dfc907afaef84 (patch)
tree1238fed12525ad4b8ac15357322c1601f426fea4 /ext/fg/js/popup-nested.js
parentd1950bc5f1a3cc737bbb43418738f5da7955ee7f (diff)
parentf6d0503604e66ef89578332f6adb477606dc81f9 (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.js1
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',