second fix for user list issue on #2413

pull/2392/merge
John McLear 2014-12-29 01:20:28 +01:00
parent 23570e80a7
commit 321d550d43
1 changed files with 1 additions and 1 deletions

View File

@ -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();