aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJakh Daven2011-09-13 22:42:59 +0530
committerJakh Daven2011-09-13 22:42:59 +0530
commit3cfc02f10d45330188ebc6a4752b510d35544bfa (patch)
tree78e8e2f181ed6d9ad6ad865354125d9ad648c781
parentbac10f163fb171ff4892c5f4dc0ce499d7a30e64 (diff)
downloadvimium-3cfc02f10d45330188ebc6a4752b510d35544bfa.tar.bz2
removed call to centerDialog
-rw-r--r--helpDialog.html2
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) {