mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-11 16:35:47 +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) {
|
socket.on('api:user.isOnline', function(data) {
|
||||||
if(getActiveSection() == 'online' && !loadingMoreUsers) {
|
if(getActiveSection() == 'online' && !loadingMoreUsers) {
|
||||||
loadingMoreUsers = true;
|
|
||||||
|
|
||||||
startLoading('users:online', 0, true);
|
startLoading('users:online', 0, true);
|
||||||
socket.emit('api:user.getOnlineAnonCount', {} , function(anonCount) {
|
socket.emit('api:user.getOnlineAnonCount', {} , function(anonCount) {
|
||||||
$('#online_anon_count').html(anonCount);
|
$('#online_anon_count').html(anonCount);
|
||||||
|
|||||||
Reference in New Issue
Block a user