1
0
mirror of https://github.com/wbbaddons/Tims-Chat.git synced 2024-12-22 21:40:08 +00:00

Fix userlist counter in case some users are selected twice

This commit is contained in:
Tim Düsterhus 2013-05-09 20:19:02 +02:00
parent a204f87031
commit 60c1ff7590

View File

@ -546,7 +546,7 @@ Remove all users that left the chat.
$(@).remove(); $(@).remove();
$('#toggleUsers .badge').text users.length $('#toggleUsers .badge').text $('.timsChatUser').length
**initPush()** **initPush()**
Initialize socket.io to enable nodePush. Initialize socket.io to enable nodePush.