From 6c3e121b6c965fb17826673d4bab898fdc5c10ae Mon Sep 17 00:00:00 2001 From: Baris Usakli Date: Wed, 9 Oct 2013 17:38:00 -0400 Subject: [PATCH] remove a line, not needed --- public/src/forum/users.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/public/src/forum/users.js b/public/src/forum/users.js index 4738a5011f..d16aac8497 100644 --- a/public/src/forum/users.js +++ b/public/src/forum/users.js @@ -82,8 +82,6 @@ define(function() { socket.on('api:user.isOnline', function(data) { if(getActiveSection() == 'online' && !loadingMoreUsers) { - loadingMoreUsers = true; - startLoading('users:online', 0, true); socket.emit('api:user.getOnlineAnonCount', {} , function(anonCount) { $('#online_anon_count').html(anonCount);