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:
parent
a204f87031
commit
60c1ff7590
@ -546,7 +546,7 @@ Remove all users that left the chat.
|
||||
$(@).remove();
|
||||
|
||||
|
||||
$('#toggleUsers .badge').text users.length
|
||||
$('#toggleUsers .badge').text $('.timsChatUser').length
|
||||
|
||||
**initPush()**
|
||||
Initialize socket.io to enable nodePush.
|
||||
|
Loading…
Reference in New Issue
Block a user