mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-11 00:15:46 +01:00
partially fixed acp active users
This commit is contained in:
@@ -17,8 +17,8 @@ define(function() {
|
||||
})
|
||||
};
|
||||
|
||||
Admin.updateRoomUsage = function(data) {
|
||||
console.log('room usage updating', data);
|
||||
Admin.updateRoomUsage = function(err, data) {
|
||||
console.log(arguments);
|
||||
var active_users = document.getElementById('active_users'),
|
||||
total = 0;
|
||||
active_users.innerHTML = '';
|
||||
|
||||
Reference in New Issue
Block a user