Make Notification bubble work again

This commit is contained in:
nupplaPhil 2020-01-25 17:25:11 +01:00
parent 09de4a5b47
commit 5a9ec841af
No known key found for this signature in database
GPG key ID: D8365C3D36B77D90
2 changed files with 4 additions and 4 deletions

View file

@ -245,7 +245,7 @@ $(function() {
window.location.href=window.location.href
}
['net', 'home', 'intro', 'mail', 'events', 'birthdays', 'notify'].forEach(function(type) {
['net', 'home', 'intro', 'mail', 'events', 'birthdays', 'notification'].forEach(function(type) {
var number = data[type];
if (number == 0) {
number = '';
@ -349,7 +349,7 @@ $(function() {
});
}
var notif = data['notify'];
var notif = data['notification'];
if (notif > 0) {
$("#nav-notifications-linkmenu").addClass("on");
} else {