mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-10 07:55:46 +01:00
more fixes
This commit is contained in:
@@ -80,7 +80,7 @@ define(function() {
|
||||
}, 250);
|
||||
});
|
||||
|
||||
socket.on('user.isOnline', function(data) {
|
||||
socket.on('user.isOnline', function(err, data) {
|
||||
if(getActiveSection() == 'online' && !loadingMoreUsers) {
|
||||
startLoading('users:online', 0, true);
|
||||
socket.emit('user.getOnlineAnonCount', {} , function(anonCount) {
|
||||
|
||||
Reference in New Issue
Block a user