aboutsummaryrefslogtreecommitdiffstats
path: root/options.html
diff options
context:
space:
mode:
authorilya2010-06-22 11:58:37 -0700
committerilya2010-06-22 11:58:37 -0700
commit6cd031a80f3a8a69738b51152dfbd279b28b4069 (patch)
treed8385b998e8c620e11cfdddc5834b091db1e6f0d /options.html
parentc3649ada9fb51f09cf4d229a2589955ad96d7413 (diff)
downloadvimium-6cd031a80f3a8a69738b51152dfbd279b28b4069.tar.bz2
Don't show the options page link on the command listings dialog.
Diffstat (limited to 'options.html')
-rw-r--r--options.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/options.html b/options.html
index e2490ae9..344fc01d 100644
--- a/options.html
+++ b/options.html
@@ -160,6 +160,7 @@
container.id = currentlyShowingDialog;
container.innerHTML = dialogHtml;
container.getElementsByClassName("closeButton")[0].addEventListener("click", hideDialog, false);
+ container.getElementsByClassName("optionsPage")[0].style.display = 'none';
document.body.appendChild(container);
var dialog = document.getElementById("vimiumHelpDialog");
dialog.style.top = Math.max((window.innerHeight - dialog.clientHeight) / 2.0, 20) + "px";