21
1
Fork 0
mirror of https://github.com/Evolix/chexpire.git synced 2024-05-27 04:38:49 +02:00
chexpire/app/views/notifications/destroy.js.erb

2 lines
85 B
Plaintext
Raw Normal View History

document.querySelector("[data-notification-id='<%= @notification.id %>']").remove();