Skip to content
Snippets Groups Projects
Commit 321d550d authored by John McLear's avatar John McLear
Browse files

second fix for user list issue on #2413

parent 23570e80
Branches
Tags
No related merge requests found
...@@ -468,7 +468,7 @@ var paduserlist = (function() ...@@ -468,7 +468,7 @@ var paduserlist = (function()
self.setMyUserInfo(myInitialUserInfo); 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(); $("#otheruserstable tr").remove();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment