1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-08 10:04:12 +01:00

small code beautification for completion, still a lot todo

This commit is contained in:
Martin Stubenschrott
2007-09-30 01:33:25 +00:00
parent f6a7ac8208
commit 2c7839e597
2 changed files with 24 additions and 26 deletions

View File

@@ -1269,7 +1269,10 @@ function Commands() //{{{
// do nothing if the requested sidebar is already open
if (document.getElementById("sidebar-title").value == args)
{
document.getElementById("sidebar-box").contentWindow.focus();
return;
}
var menu = document.getElementById("viewSidebarMenu")