mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-06-16 03:00:15 +02:00
pushing FA icon for chat taskbar title
This commit is contained in:
@@ -81,7 +81,7 @@ define(['taskbar'], function(taskbar) {
|
||||
checkOnlineStatus(chatModal);
|
||||
});
|
||||
|
||||
taskbar.push('chat', chatModal.attr('UUID'), {title:'chat with ' + username});
|
||||
taskbar.push('chat', chatModal.attr('UUID'), {title:'<i class="fa fa-comment"></i> ' + username});
|
||||
return chatModal;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user