mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-05-07 16:27:27 +02: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