pw_app/app/views/portlet/shared/destroy.js.erb
Nicolas Bally 2a1d9dadc7 initial
2015-10-26 15:00:29 +01:00

14 lines
182 B
Plaintext

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