jfn_app/app/views/admin/categories/destroy.js.erb
Nicolas Bally 0d62fbe429 initial
2011-12-29 11:06:37 +01:00

3 lines
63 B
Plaintext

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