chat/icon component

v1.18.x
psychobunny 10 years ago
parent f6d0ad9b0f
commit 705111a1d9

@ -22,7 +22,7 @@ define('forum/footer', ['notifications', 'chat'], function(Notifications, Chat)
return console.warn('Error updating unread count', err);
}
$('#chat-count')
components.get('chat/icon')
.toggleClass('unread-count', count > 0)
.attr('data-content', count > 20 ? '20+' : count);
}

Loading…
Cancel
Save