From d765faafdf367a68ea51cec67106091e367b502b Mon Sep 17 00:00:00 2001 From: Matt Garriott Date: Fri, 24 Aug 2012 15:18:01 -0600 Subject: Fixed 'Show advanced commands' link on the options page. --- content_scripts/vimium_frontend.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") -- cgit v1.2.3