mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-06 05:55:48 +01:00
updating stati to use sibling classes
This commit is contained in:
@@ -91,7 +91,7 @@ define(['taskbar', 'string'], function(taskbar, S) {
|
||||
|
||||
function checkStatus(chatModal) {
|
||||
socket.emit('user.isOnline', chatModal.touid, function(err, data) {
|
||||
$('#chat-user-status').attr('class', 'fa fa-circle status-' + data.status);
|
||||
$('#chat-user-status').attr('class', 'fa fa-circle status ' + data.status);
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user