mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-02-21 05:57:43 +01:00
fixed notifications on deskto
This commit is contained in:
@@ -17,7 +17,7 @@ define('notifications', ['sounds', 'translator'], function(sound, translator) {
|
||||
return;
|
||||
}
|
||||
|
||||
Notifications.loadNotifications();
|
||||
Notifications.loadNotifications(notifList);
|
||||
});
|
||||
|
||||
notifList.on('click', '[data-nid]', function() {
|
||||
|
||||
Reference in New Issue
Block a user