aboutsummaryrefslogtreecommitdiffstats
path: root/background_scripts
diff options
context:
space:
mode:
authorStephen Blott2015-01-02 13:22:31 +0000
committerStephen Blott2015-01-02 13:23:32 +0000
commitb179d80ac9c35eb85de3995e4c4fb7dc9945ed75 (patch)
tree99d96777f6a175c396ac132dca16526c5f96f1e6 /background_scripts
parent298ee34b1c90b0203a74a2d158858428475bfd95 (diff)
downloadvimium-b179d80ac9c35eb85de3995e4c4fb7dc9945ed75.tar.bz2
Modes; fix badges.
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 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)