Skip to content
Snippets Groups Projects
Commit 398d12bf authored by Jonas Blumer's avatar Jonas Blumer
Browse files

world - yourself

parent 22faac22
No related branches found
No related tags found
No related merge requests found
......@@ -32,6 +32,7 @@ $(function(){
});
iosocket.on('updateUserCount', function(userCount){
userCount--;
$('#userCount').text('(' + userCount + ')');
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment