mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-09 07:25:46 +01:00
one more itme
This commit is contained in:
@@ -75,7 +75,7 @@
|
|||||||
});
|
});
|
||||||
|
|
||||||
socket.on('api:user.isOnline', function(data) {
|
socket.on('api:user.isOnline', function(data) {
|
||||||
if(active == 'online' && !loadMoreUsers) {
|
if(active == 'online' && !loadingMoreUsers) {
|
||||||
$('#users-container').empty();
|
$('#users-container').empty();
|
||||||
startLoading('users:online', 0);
|
startLoading('users:online', 0);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user