partially fixed acp active users

This commit is contained in:
Julian Lam
2014-01-16 16:26:47 -05:00
parent 08f97efcd4
commit 3177fdfa74
2 changed files with 8 additions and 8 deletions

View File

@@ -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 = '';