fixed topics bug that was prevent /latest /popular /active and subsequently the admin versions of those routes from working. removed debug statements. added admin socket room. added dynamic updating of active users on acp index

This commit is contained in:
psychobunny
2013-05-09 04:11:16 +00:00
parent 30323fa29f
commit 09c9d0ee1f
5 changed files with 9 additions and 4 deletions

View File

@@ -182,6 +182,7 @@ var socket,
app.current_room = null;
app.enter_room = function(room) {
console.log(room)
if (app.current_room === room) return;
socket.emit('event:enter_room', {