mirror of
https://github.com/friendica/friendica
synced 2025-04-27 13:10:10 +00:00
quattro: add unread message count per groups
This commit is contained in:
parent
631afe5810
commit
d522d7095d
9 changed files with 221 additions and 158 deletions
|
@ -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 }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue