diff options
| author | Stephen Blott | 2015-01-02 13:22:31 +0000 |
|---|---|---|
| committer | Stephen Blott | 2015-01-02 13:23:32 +0000 |
| commit | b179d80ac9c35eb85de3995e4c4fb7dc9945ed75 (patch) | |
| tree | 99d96777f6a175c396ac132dca16526c5f96f1e6 /background_scripts | |
| parent | 298ee34b1c90b0203a74a2d158858428475bfd95 (diff) | |
| download | vimium-b179d80ac9c35eb85de3995e4c4fb7dc9945ed75.tar.bz2 | |
Modes; fix badges.
Diffstat (limited to 'background_scripts')
| -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 3ce05a49..fc0a792f 100644 --- a/background_scripts/main.coffee +++ b/background_scripts/main.coffee @@ -373,6 +373,7 @@ root.updateActiveState = updateActiveState = (tabId) -> else # We didn't get a response from the front end, so Vimium isn't running. setBrowserActionIcon(tabId,disabledIcon) + setBadge {badge: ""} handleUpdateScrollPosition = (request, sender) -> updateScrollPosition(sender.tab, request.scrollX, request.scrollY) |
