From 305c6779a71d61be9dc7b7eb79fa2c5fab410a9e Mon Sep 17 00:00:00 2001 From: hackademix Date: Sun, 9 Sep 2018 18:59:52 +0200 Subject: Fix for various content script timing related issues. --- src/content/content.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/content/content.js') diff --git a/src/content/content.js b/src/content/content.js index c501282..b185f4f 100644 --- a/src/content/content.js +++ b/src/content/content.js @@ -54,8 +54,7 @@ var notifyPage = async () => { debug(`No answer to fetchChildPolicy message. This should not be happening.`); return; } - ns.config.CURRENT = childPolicy.CURRENT; - ns.setup(childPolicy.DEFAULT, childPolicy.MARKER); + ns.setup(childPolicy.CURRENT, childPolicy.MARKER); return; } -- cgit v1.2.3