diff options
| author | Stephen Blott | 2015-01-02 15:01:32 +0000 |
|---|---|---|
| committer | Stephen Blott | 2015-01-02 15:01:32 +0000 |
| commit | b7d5e25e353010505db7754e97d4387c8aa6b8fc (patch) | |
| tree | 4208ecdda9f53ae22cb8e0d36aa8ffb2910dc9bb /background_scripts | |
| parent | d4c43d8f9095325b41544ad7811cc131c1b186f1 (diff) | |
| download | vimium-b7d5e25e353010505db7754e97d4387c8aa6b8fc.tar.bz2 | |
Modes; simplify badge handling.
Diffstat (limited to 'background_scripts')
| -rw-r--r-- | background_scripts/main.coffee | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/background_scripts/main.coffee b/background_scripts/main.coffee index fc0a792f..8d36de95 100644 --- a/background_scripts/main.coffee +++ b/background_scripts/main.coffee @@ -352,7 +352,7 @@ setBadge = (request) -> root.updateActiveState = updateActiveState = (tabId) -> enabledIcon = "icons/browser_action_enabled.png" disabledIcon = "icons/browser_action_disabled.png" - partialIcon = "icons/browser_action_partial.png" + partialIcon = enabledIcon # Let's try diabling that while we're playing with badges... "icons/browser_action_partial.png" chrome.tabs.get tabId, (tab) -> chrome.tabs.sendMessage tabId, { name: "getActiveState" }, (response) -> if response |
