diff options
| author | Stephen Blott | 2014-08-24 17:05:05 +0100 |
|---|---|---|
| committer | Stephen Blott | 2014-08-24 17:05:05 +0100 |
| commit | b599492ea27c8c6bab38e87ef343968f5fcf58e7 (patch) | |
| tree | 2d79e0028cc1ba8eab7205a9fd5f6c2cef0cdae5 /background_scripts/main.coffee | |
| parent | fb25935bec26066a457468ae5402f71de4694b37 (diff) | |
| download | vimium-b599492ea27c8c6bab38e87ef343968f5fcf58e7.tar.bz2 | |
Fix passKeys bug introduced in commit 700d35a
Diffstat (limited to 'background_scripts/main.coffee')
| -rw-r--r-- | background_scripts/main.coffee | 1 |
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 |
