do not set notify popup empty anymore (though another solution is needed for firehose mode)
This commit is contained in:
parent
2c7da5d0de
commit
da1411af47
1 changed files with 2 additions and 2 deletions
|
@ -129,8 +129,8 @@
|
||||||
});
|
});
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
$("#nav-notifications-linkmenu").removeClass("on");
|
// $("#nav-notifications-linkmenu").removeClass("on");
|
||||||
$("#nav-notifications-menu").html(notifications_empty);
|
// $("#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);
|
$('#notify-update').html(notif);
|
||||||
|
|
Loading…
Reference in a new issue