second fix for user list issue on #2413

This commit is contained in:
John McLear 2014-12-29 01:20:28 +01:00
parent 23570e80a7
commit 321d550d43

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