We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ad1b11 commit 49e710cCopy full SHA for 49e710c
web_src/js/features/notification.js
@@ -25,7 +25,7 @@ export function initNotificationsTable() {
25
for (const link of table.querySelectorAll('.notifications-item[data-status="1"] .notifications-link')) {
26
link.addEventListener('click', (e) => {
27
e.target.closest('.notifications-item').setAttribute('data-remove', 'true');
28
- }, {capture: true});
+ });
29
}
30
31
$('#notification_table .button').on('click', function () {
0 commit comments