diff --git a/file/js/be.bastelstu.Chat.litcoffee b/file/js/be.bastelstu.Chat.litcoffee index 8099939..3a956fe 100644 --- a/file/js/be.bastelstu.Chat.litcoffee +++ b/file/js/be.bastelstu.Chat.litcoffee @@ -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.