crossey_app/app/views/admin/events/destroy.js.erb
2013-09-30 17:42:55 +02:00

3 lines
57 B
Plaintext

$('#event_row_<%=@event.id%>').remove();
<%= flashs() %>