idn_app/app/views/portlet/shared/destroy.js.erb
Nicolas Bally b5690bc6f2 initial
2016-07-25 15:55:11 +02:00

17 lines
233 B
Plaintext

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