From b599492ea27c8c6bab38e87ef343968f5fcf58e7 Mon Sep 17 00:00:00 2001 From: Stephen Blott Date: Sun, 24 Aug 2014 17:05:05 +0100 Subject: Fix passKeys bug introduced in commit 700d35a --- background_scripts/main.coffee | 1 + 1 file changed, 1 insertion(+) (limited to 'background_scripts') diff --git a/background_scripts/main.coffee b/background_scripts/main.coffee index 5412ead5..dda1beae 100644 --- a/background_scripts/main.coffee +++ b/background_scripts/main.coffee @@ -389,6 +389,7 @@ updateActiveState = (tabId) -> partialIcon = "icons/browser_action_partial.png" chrome.tabs.get tabId, (tab) -> chrome.tabs.sendMessage tabId, { name: "getActiveState" }, (response) -> + console.log response if response isCurrentlyEnabled = response.enabled currentPasskeys = response.passKeys -- cgit v1.2.3