From 9fdb630d891019620041041001b9dff022008ee0 Mon Sep 17 00:00:00 2001 From: Stephen Blott Date: Wed, 6 May 2015 14:41:27 +0100 Subject: Reinject content scripts into ALL frames. Fixes #1628. Thanks go to @gdh1995. --- background_scripts/main.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'background_scripts') diff --git a/background_scripts/main.coffee b/background_scripts/main.coffee index ffed4d2d..dc87ac54 100644 --- a/background_scripts/main.coffee +++ b/background_scripts/main.coffee @@ -16,7 +16,7 @@ chrome.runtime.onInstalled.addListener ({ reason }) -> for tab in tabs for [ func, files ] in jobs for file in files - func tab.id, { file: file, allFrames: contentScripts.allFrames }, checkLastRuntimeError + func tab.id, { file: file, allFrames: contentScripts.all_frames }, checkLastRuntimeError currentVersion = Utils.getCurrentVersion() tabQueue = {} # windowId -> Array -- cgit v1.2.3