aboutsummaryrefslogtreecommitdiffstats
path: root/content_scripts/mode.coffee
diff options
context:
space:
mode:
authorStephen Blott2016-04-17 16:22:28 +0100
committerStephen Blott2016-04-17 16:22:28 +0100
commit44ddab1e1eca01ae6c958756d149be2d4128b290 (patch)
treebe4e76270a1b0fdffc58c1a706cc4983e57b23d9 /content_scripts/mode.coffee
parent27385e81debd5fcd9000c718d73e296d6723e83a (diff)
parent4b564e8517dd3415cb8e2209ce019fa024e88770 (diff)
downloadvimium-44ddab1e1eca01ae6c958756d149be2d4128b290.tar.bz2
Merge pull request #2101 from smblott-github/rework-help-dialog
Move help dialog to top frame
Diffstat (limited to 'content_scripts/mode.coffee')
-rw-r--r--content_scripts/mode.coffee3
1 files changed, 1 insertions, 2 deletions
diff --git a/content_scripts/mode.coffee b/content_scripts/mode.coffee
index 37321660..6508627e 100644
--- a/content_scripts/mode.coffee
+++ b/content_scripts/mode.coffee
@@ -69,8 +69,7 @@ class Mode
# undefined, then the request propagates to the next mode.
# The active indicator can also be changed with @setIndicator().
if @options.indicator?
- if HUD?.isReady()
- if @options.indicator then HUD.show @options.indicator else HUD.hide true, false
+ if @options.indicator then HUD.show @options.indicator else HUD.hide true, false
@passEventToPage
else @continueBubbling