more fixes

This commit is contained in:
Baris Soner Usakli
2014-01-16 18:06:19 -05:00
parent e061978bd5
commit 39b631a3a8
8 changed files with 61 additions and 68 deletions

View File

@@ -253,7 +253,7 @@ var socket,
uids.push(this.getAttribute('data-uid'));
});
socket.emit('user.get_online_users', uids, function (users) {
socket.emit('user.getOnlineUsers', uids, function (err, users) {
jQuery('a.username-field').each(function () {
if (this.processed === true)
return;