mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-08 06:55:46 +01:00
remove a line, not needed
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user