mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-08 06:55:46 +01:00
removed debug
This commit is contained in:
@@ -58,7 +58,7 @@ define('notifications', ['sounds'], function(sound) {
|
||||
}
|
||||
});
|
||||
|
||||
var updateNotifCount = function(count) {
|
||||
function updateNotifCount(count) {
|
||||
if (count > 0) {
|
||||
notifIcon.removeClass('fa-bell-o').addClass('fa-bell');
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user