do not set notify popup empty anymore (though another solution is needed for firehose mode)
This commit is contained in:
parent
2c7da5d0de
commit
da1411af47
|
@ -129,8 +129,8 @@
|
|||
});
|
||||
|
||||
} else {
|
||||
$("#nav-notifications-linkmenu").removeClass("on");
|
||||
$("#nav-notifications-menu").html(notifications_empty);
|
||||
// $("#nav-notifications-linkmenu").removeClass("on");
|
||||
// $("#nav-notifications-menu").html(notifications_empty);
|
||||
}
|
||||
if(notif == 0) { notif = ''; $('#notify-update').removeClass('show') } else { $('#notify-update').addClass('show') }
|
||||
$('#notify-update').html(notif);
|
||||
|
|
Loading…
Reference in New Issue
Block a user