ual_app/app/views/admin/comments/destroy.js.erb
2014-08-24 00:18:02 +02:00

3 lines
61 B
Plaintext

$('#comment_row_<%=@comment.id%>').remove();
<%= flashs() %>