diff options
| author | ilya | 2010-06-22 11:58:37 -0700 |
|---|---|---|
| committer | ilya | 2010-06-22 11:58:37 -0700 |
| commit | 6cd031a80f3a8a69738b51152dfbd279b28b4069 (patch) | |
| tree | d8385b998e8c620e11cfdddc5834b091db1e6f0d /options.html | |
| parent | c3649ada9fb51f09cf4d229a2589955ad96d7413 (diff) | |
| download | vimium-6cd031a80f3a8a69738b51152dfbd279b28b4069.tar.bz2 | |
Don't show the options page link on the command listings dialog.
Diffstat (limited to 'options.html')
| -rw-r--r-- | options.html | 1 |
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"; |
