fixed notifications on deskto

This commit is contained in:
psychobunny
2015-08-27 11:48:08 -04:00
parent 1947a4aea6
commit e9a42cdecb

View File

@@ -17,7 +17,7 @@ define('notifications', ['sounds', 'translator'], function(sound, translator) {
return;
}
Notifications.loadNotifications();
Notifications.loadNotifications(notifList);
});
notifList.on('click', '[data-nid]', function() {