mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-20 23:46:14 -04:00
second fix for user list issue on #2413
This commit is contained in:
parent
23570e80a7
commit
321d550d43
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue