21
1
Fork 0
mirror of https://github.com/Evolix/chexpire.git synced 2024-06-09 02:54:29 +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();