This commit is contained in:
barisusakli
2015-03-20 18:47:08 -04:00
parent 38726243fe
commit 4c31535c4b

View File

@@ -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) {
if (err) {
app.alertError(err.message);