This commit is contained in:
Julian Lam
2013-12-11 16:10:08 -05:00
parent 69c1ec97c9
commit 64e87b761f
3 changed files with 17 additions and 1 deletions

View File

@@ -77,6 +77,8 @@ var socket,
}
app.enterRoom(room, true);
socket.emit('reconnected');
setTimeout(function() {
reconnectEl.removeClass('active');
}, 3000);