second fix for user list issue on #2413
parent
23570e80a7
commit
321d550d43
|
@ -468,7 +468,7 @@ var paduserlist = (function()
|
|||
|
||||
self.setMyUserInfo(myInitialUserInfo);
|
||||
|
||||
$('#editbar [data-key=showusers] > a').append('<span id="online_count">1</span>');
|
||||
if($('#online_count').length === 0) $('#editbar [data-key=showusers] > a').append('<span id="online_count">1</span>');
|
||||
|
||||
$("#otheruserstable tr").remove();
|
||||
|
||||
|
|
Loading…
Reference in New Issue