cris_app/app/views/portlet/shared/destroy.js.erb
Nicolas Bally af54665111 initial
2014-10-20 23:32:40 +02:00

11 lines
158 B
Plaintext

cancel_move_portlet();
reset_edit_pane();
$("#portlet_<%= @portlet.id %>").remove();
$("#element_form").html("");
<%= flash_js %>
update_portlet_order();