mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-02 20:16:04 +01: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