mirror of
https://github.com/friendica/friendica
synced 2024-11-09 16:22:56 +00:00
missed a spot
This commit is contained in:
parent
d075fd8a40
commit
35b5850af7
1 changed files with 1 additions and 1 deletions
|
@ -132,7 +132,7 @@
|
|||
// $("#nav-notifications-linkmenu").removeClass("on");
|
||||
// $("#nav-notifications-menu").html(notifications_empty);
|
||||
}
|
||||
if(notif == 0) { notif = ''; $('#notify-update').removeClass('show') } else { $('#notify-update').addClass('show') }
|
||||
if(notif == 0) { /* notif = ''; $('#notify-update').removeClass('show') */ } else { $('#notify-update').addClass('show') }
|
||||
$('#notify-update').html(notif);
|
||||
|
||||
var eSysmsg = $(data).find('sysmsgs');
|
||||
|
|
Loading…
Reference in a new issue