diff options
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"; |
