quattro: add unread message count per groups

This commit is contained in:
fabrixxm 2015-11-08 16:55:44 +01:00
parent 631afe5810
commit d522d7095d
9 changed files with 221 additions and 158 deletions

View file

@ -153,7 +153,7 @@
var notifications_empty = unescape($("#nav-notifications-menu").html());
/* nav update event */
$('nav').bind('nav-update', function(e,data){;
$('nav').bind('nav-update', function(e,data){
var invalid = $(data).find('invalid').text();
if(invalid == 1) { window.location.href=window.location.href }