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

3 lines
63 B
Plaintext

$('#category_row_<%=@category.id%>').remove();
<%= flashs() %>