more fixes

This commit is contained in:
Baris Soner Usakli
2014-01-16 17:52:46 -05:00
parent 2515ba9455
commit e061978bd5
6 changed files with 30 additions and 32 deletions

View File

@@ -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) {