mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-01-04 23:00:31 +01:00
closes #2799
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user