From 481105d6be894d097b89462a289a7ec8925be7c9 Mon Sep 17 00:00:00 2001 From: Baris Usakli Date: Mon, 19 Aug 2013 14:54:11 -0400 Subject: [PATCH] reverted that back, it would take other users to the topic too --- public/src/forum/category.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/src/forum/category.js b/public/src/forum/category.js index b7afc05933..2a09a71251 100644 --- a/public/src/forum/category.js +++ b/public/src/forum/category.js @@ -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);