fixing replying (whoops)

This commit is contained in:
Julian Lam
2013-12-05 14:48:27 -05:00
parent d9ee9bf5e3
commit 041e77f688
2 changed files with 4 additions and 17 deletions

View File

@@ -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) {