diff options
| author | Matt Garriott | 2012-08-24 15:18:01 -0600 |
|---|---|---|
| committer | Matt Garriott | 2012-08-24 15:18:01 -0600 |
| commit | d765faafdf367a68ea51cec67106091e367b502b (patch) | |
| tree | bc69cb2e318698405b53f099faaed9cfde5d7d1f | |
| parent | ba163a2975dabc967ff324b7834919ee76dc833e (diff) | |
| download | vimium-d765faafdf367a68ea51cec67106091e367b502b.tar.bz2 | |
Fixed 'Show advanced commands' link on the options page.
| -rw-r--r-- | content_scripts/vimium_frontend.coffee | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content_scripts/vimium_frontend.coffee b/content_scripts/vimium_frontend.coffee index 5b7a7402..f4fb17fe 100644 --- a/content_scripts/vimium_frontend.coffee +++ b/content_scripts/vimium_frontend.coffee @@ -830,7 +830,7 @@ exitFindMode = -> findMode = false HUD.hide() -showHelpDialog = (html, fid) -> +window.showHelpDialog = (html, fid) -> return if (isShowingHelpDialog || !document.body || fid != frameId) isShowingHelpDialog = true container = document.createElement("div") |
