diff options
| author | Stephen Blott | 2016-02-27 17:12:53 +0000 | 
|---|---|---|
| committer | Stephen Blott | 2016-02-27 17:15:20 +0000 | 
| commit | f6a3bc3aa0c14af41a9b6035cc809071b4a27af1 (patch) | |
| tree | c038184c04543bd35306bb80585bd31927afbfa6 /pages | |
| parent | f87ae743aa0adf1b09adc8094738916144827145 (diff) | |
| download | vimium-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.coffee | 3 | 
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) -> | 
