reverted that back, it would take other users to the topic too

This commit is contained in:
Baris Usakli
2013-08-19 14:54:11 -04:00
parent f939a632a6
commit 481105d6be

View File

@@ -61,7 +61,7 @@
$(topic).hide().fadeIn('slow');
}
ajaxify.go('topic/'+data.slug);
socket.emit('api:categories.getRecentReplies', cid);
}
socket.on('event:new_topic', onNewTopic);