aboutsummaryrefslogtreecommitdiffstats
path: root/pages
diff options
context:
space:
mode:
authorStephen Blott2016-02-27 17:12:53 +0000
committerStephen Blott2016-02-27 17:15:20 +0000
commitf6a3bc3aa0c14af41a9b6035cc809071b4a27af1 (patch)
treec038184c04543bd35306bb80585bd31927afbfa6 /pages
parentf87ae743aa0adf1b09adc8094738916144827145 (diff)
downloadvimium-f6a3bc3aa0c14af41a9b6035cc809071b4a27af1.tar.bz2
Remove unnecessary vomnibar click code.
This is no longer necessary since the help page is in an iframe.
Diffstat (limited to 'pages')
-rw-r--r--pages/help_dialog.coffee3
1 files changed, 0 insertions, 3 deletions
diff --git a/pages/help_dialog.coffee b/pages/help_dialog.coffee
index 019fba9b..1b9420c3 100644
--- a/pages/help_dialog.coffee
+++ b/pages/help_dialog.coffee
@@ -38,9 +38,6 @@ HelpDialog =
@showAdvancedCommands(@getShowAdvancedCommands())
- # Simulating a click on the help dialog makes it the active element for scrolling.
- DomUtils.simulateClick document.getElementById "vimiumHelpDialog"
-
hide: -> UIComponentServer.postMessage "hide"
toggle: (html) ->