Skip to content

Commit 49e710c

Browse files
authored
Remove capture option
1 parent 4ad1b11 commit 49e710c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web_src/js/features/notification.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export function initNotificationsTable() {
2525
for (const link of table.querySelectorAll('.notifications-item[data-status="1"] .notifications-link')) {
2626
link.addEventListener('click', (e) => {
2727
e.target.closest('.notifications-item').setAttribute('data-remove', 'true');
28-
}, {capture: true});
28+
});
2929
}
3030

3131
$('#notification_table .button').on('click', function () {

0 commit comments

Comments
 (0)