mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-07 15:54:26 +02:00
Make Notification bubble work again
This commit is contained in:
parent
09de4a5b47
commit
5a9ec841af
2 changed files with 4 additions and 4 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue