mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-06 14:05:46 +01:00
fixing replying (whoops)
This commit is contained in:
@@ -184,21 +184,6 @@
|
||||
notificationIcon.className = 'fa fa-circle active';
|
||||
}
|
||||
});
|
||||
|
||||
// jQuery.getJSON(RELATIVE_PATH + '/api/unread/total', function(data) {
|
||||
// var badge = jQuery('#numUnreadBadge');
|
||||
// badge.html(data.count > 20 ? '20+' : data.count);
|
||||
|
||||
// if (data.count > 0) {
|
||||
// badge
|
||||
// .removeClass('badge-inverse')
|
||||
// .addClass('badge-important');
|
||||
// } else {
|
||||
// badge
|
||||
// .removeClass('badge-important')
|
||||
// .addClass('badge-inverse');
|
||||
// }
|
||||
// });
|
||||
},
|
||||
|
||||
isRelativeUrl: function(url) {
|
||||
|
||||
Reference in New Issue
Block a user