diff options
| author | Phil Crosby | 2011-09-23 20:28:13 -0700 |
|---|---|---|
| committer | Phil Crosby | 2011-09-23 20:28:13 -0700 |
| commit | 04ce1512b62981004134e177c134d4cd029b99e8 (patch) | |
| tree | 78e8e2f181ed6d9ad6ad865354125d9ad648c781 /helpDialog.html | |
| parent | 6b6a758da75f65b4cece3c6dd3769e17ab7be57c (diff) | |
| parent | 3cfc02f10d45330188ebc6a4752b510d35544bfa (diff) | |
| download | vimium-04ce1512b62981004134e177c134d4cd029b99e8.tar.bz2 | |
Merge pull request #383 from tuxcanfly/master
The help dialog's X button no longer works
Diffstat (limited to 'helpDialog.html')
| -rw-r--r-- | helpDialog.html | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/helpDialog.html b/helpDialog.html index 5feed105..e6977951 100644 --- a/helpDialog.html +++ b/helpDialog.html @@ -141,7 +141,6 @@ this.dialogElement.getElementsByClassName("toggleAdvancedCommands")[0].addEventListener("click", VimiumHelpDialog.toggleAdvancedCommands, false); this.showAdvancedCommands(this.advancedCommandsVisible); - this.centerDialog(); }, /* @@ -153,7 +152,6 @@ chrome.extension.sendRequest({ handler: "saveHelpDialogSettings", showAdvancedCommands: VimiumHelpDialog.advancedCommandsVisible }); VimiumHelpDialog.showAdvancedCommands(VimiumHelpDialog.advancedCommandsVisible); - VimiumHelpDialog.centerDialog(); }, showAdvancedCommands: function(visible) { |
