keep the userlist open while editing
parent
4f233d88f8
commit
0b18e46bc3
|
@ -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")
|
||||
|
|
Loading…
Reference in New Issue