mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-06 14:05:46 +01:00
closes #1333
This commit is contained in:
@@ -42,8 +42,8 @@ define(['taskbar', 'string', 'sounds'], function(taskbar, S, sounds) {
|
|||||||
userObj.username +
|
userObj.username +
|
||||||
'\', ' + userObj.uid +
|
'\', ' + userObj.uid +
|
||||||
');">'+
|
');">'+
|
||||||
'<i class="fa fa-circle status ' + userObj.status + '"></i> ' +
|
|
||||||
'<img src="' + userObj.picture + '" title="' + userObj.username +'" />' +
|
'<img src="' + userObj.picture + '" title="' + userObj.username +'" />' +
|
||||||
|
'<i class="fa fa-circle status ' + userObj.status + '"></i> ' +
|
||||||
userObj.username + '</a>')
|
userObj.username + '</a>')
|
||||||
.appendTo(chatsListEl);
|
.appendTo(chatsListEl);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user