v1.18.x
barisusakli 10 years ago
parent 38726243fe
commit 4c31535c4b

@ -48,7 +48,7 @@ define('notifications', ['sounds'], function(sound) {
}); });
}); });
notifList.on('click', '.mark-all-read', function() { notifContainer.on('click', '.mark-all-read', function() {
socket.emit('notifications.markAllRead', function(err) { socket.emit('notifications.markAllRead', function(err) {
if (err) { if (err) {
app.alertError(err.message); app.alertError(err.message);

Loading…
Cancel
Save