diff --git a/public/src/client/topic/browsing.js b/public/src/client/topic/browsing.js index d8c945c33b..6541cdf68a 100644 --- a/public/src/client/topic/browsing.js +++ b/public/src/client/topic/browsing.js @@ -16,7 +16,6 @@ define('forum/topic/browsing', function() { } updateUserCount(data.total); - getReplyingUsers(); } }; @@ -93,17 +92,6 @@ define('forum/topic/browsing', function() { } } - function getReplyingUsers() { - var activeEl = $('.thread_active_users'); - socket.emit('modules.composer.getUsersByTid', ajaxify.variables.get('topic_id'), function(err, uids) { - if (uids && uids.length) { - for(var x=0;x