This commit is contained in:
barisusakli
2014-03-17 16:27:56 -04:00
parent f0a19b06c2
commit 10d8eed7b9
4 changed files with 37 additions and 32 deletions

View File

@@ -41,11 +41,10 @@ define(['taskbar', 'string', 'sounds'], function(taskbar, S, sounds) {
.html('<a href="javascript:app.openChat(\'' +
userObj.username +
'\', ' + userObj.uid +
');"><img src="' +
userObj.picture +
'" title="' +
userObj.username +
'" />' + userObj.username + '</a>')
');">'+
'<i class="fa fa-circle status ' + userObj.status + '"></i> ' +
'<img src="' + userObj.picture + '" title="' + userObj.username +'" />' +
userObj.username + '</a>')
.appendTo(chatsListEl);
}
});