This commit is contained in:
Thijs Wenker 2015-02-17 23:37:37 +01:00
parent 4d12a6d81c
commit 96b3114a36

View file

@ -474,7 +474,6 @@ function onOnlineUsersChanged(users) {
if (last_users.indexOf(users[i]) === -1.0) {
createNotification(users[i] + " has joined");
}
}
for (i = 0; i < last_users.length; i += 1) {