negos_app/app/views/portlet/shared/destroy.js.erb
2016-02-16 21:09:48 +01:00

14 lines
182 B
Plaintext
Executable File

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