remove double-click to mark all notifications read

v1.18.x
Julian Lam 8 years ago
parent d4a1542ba3
commit a8521d0349

@ -21,12 +21,6 @@ define('notifications', ['sounds', 'translator', 'components'], function (sound,
}
Notifications.loadNotifications(notifList);
})
.on('dblclick', function (e) {
e.preventDefault();
if (parseInt(notifIcon.attr('data-content'), 10) > 0) {
Notifications.markAllRead();
}
});
notifList.on('click', '[data-nid]', function () {

Loading…
Cancel
Save