keep the userlist open while editing

pull/122/merge
Peter 'Pita' Martischka 2011-08-21 19:07:35 +01:00
parent 4f233d88f8
commit 0b18e46bc3
1 changed files with 4 additions and 0 deletions

View File

@ -171,6 +171,10 @@ var padeditbar = (function()
{
for(var i=0;i<modules.length;i++)
{
//skip the userlist
if(modules[i] == "users")
continue;
var module = $("#" + modules[i]);
if(module.css('display') != "none")