php_app/app/views/portlet/shared/destroy.js.erb
Nicolas Bally 5cf3a3e83d initial
2014-11-25 22:56:20 +01:00

11 lines
158 B
Plaintext

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