From 6cd031a80f3a8a69738b51152dfbd279b28b4069 Mon Sep 17 00:00:00 2001 From: ilya Date: Tue, 22 Jun 2010 11:58:37 -0700 Subject: Don't show the options page link on the command listings dialog. --- options.html | 1 + 1 file changed, 1 insertion(+) 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"; -- cgit v1.2.3