aboutsummaryrefslogtreecommitdiffstats
path: root/background_scripts
diff options
context:
space:
mode:
authorStephen Blott2014-08-24 17:05:05 +0100
committerStephen Blott2014-08-24 17:05:05 +0100
commitb599492ea27c8c6bab38e87ef343968f5fcf58e7 (patch)
tree2d79e0028cc1ba8eab7205a9fd5f6c2cef0cdae5 /background_scripts
parentfb25935bec26066a457468ae5402f71de4694b37 (diff)
downloadvimium-b599492ea27c8c6bab38e87ef343968f5fcf58e7.tar.bz2
Fix passKeys bug introduced in commit 700d35a
Diffstat (limited to 'background_scripts')
-rw-r--r--background_scripts/main.coffee1
1 files changed, 1 insertions, 0 deletions
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