diff options
| author | Jakh Daven | 2011-09-13 22:42:59 +0530 |
|---|---|---|
| committer | Jakh Daven | 2011-09-13 22:42:59 +0530 |
| commit | 3cfc02f10d45330188ebc6a4752b510d35544bfa (patch) | |
| tree | 78e8e2f181ed6d9ad6ad865354125d9ad648c781 | |
| parent | bac10f163fb171ff4892c5f4dc0ce499d7a30e64 (diff) | |
| download | vimium-3cfc02f10d45330188ebc6a4752b510d35544bfa.tar.bz2 | |
removed call to centerDialog
| -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) { |
