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:
@@ -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")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user