mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-21 07:56:16 -04:00
broke ie/ff working again
This commit is contained in:
parent
ad86901f0b
commit
dc15daaa40
2 changed files with 5 additions and 6 deletions
|
@ -467,9 +467,9 @@ var paduserlist = (function() {
|
|||
rowManager.insertRow(newIndex, userData);
|
||||
}
|
||||
|
||||
updateInviteNotice();
|
||||
updateInviteNotice();
|
||||
|
||||
console.log(self.updateNumberOfOnlineUsers());
|
||||
self.updateNumberOfOnlineUsers();
|
||||
},
|
||||
updateNumberOfOnlineUsers: function(){
|
||||
var online = 1; // you are always online!
|
||||
|
@ -480,6 +480,7 @@ var paduserlist = (function() {
|
|||
}
|
||||
}
|
||||
$("#online_count").text(online);
|
||||
|
||||
return online;
|
||||
},
|
||||
userLeave: function(info) {
|
||||
|
@ -510,9 +511,9 @@ var paduserlist = (function() {
|
|||
}, 8000); // how long to wait
|
||||
userData.leaveTimer = thisLeaveTimer;
|
||||
}
|
||||
updateInviteNotice();
|
||||
updateInviteNotice();
|
||||
|
||||
console.log(self.updateNumberOfOnlineUsers());
|
||||
self.updateNumberOfOnlineUsers();
|
||||
},
|
||||
showGuestPrompt: function(userId, displayName) {
|
||||
if (knocksToIgnore[userId]) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue