simple toaster popup on new notification

v1.18.x
psychobunny 12 years ago
parent 2e4e1df3d9
commit 5ab1758d28

@ -140,6 +140,12 @@
}); });
socket.on('event:new_notification', function() { socket.on('event:new_notification', function() {
document.querySelector('.notifications a i').className = 'icon-circle active'; document.querySelector('.notifications a i').className = 'icon-circle active';
app.alert({
title: 'New notification',
message: 'You have unread notifications.',
type: 'notify',
timeout: 2000
});
utils.refreshTitle(); utils.refreshTitle();
}); });

Loading…
Cancel
Save