mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-08 23:15:48 +01:00
derp, need to revamp online page
This commit is contained in:
@@ -77,6 +77,7 @@ define(function() {
|
||||
|
||||
socket.on('api:user.isOnline', function(data) {
|
||||
if(active == 'online' && !loadingMoreUsers) {
|
||||
loadingMoreUsers = true;
|
||||
$('#users-inner-container').empty();
|
||||
startLoading('users:online', 0);
|
||||
socket.emit('api:user.getOnlineAnonCount', {} , function(anonCount) {
|
||||
|
||||
Reference in New Issue
Block a user