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

8 lines
280 B
Plaintext

$("#block_portlets_<%= @portlet.block.id %>").replaceWith("<%= escape_javascript(render(:partial => 'admin/blocks/block', :locals => {:block => @portlet.block})) %>");
$("#portlet_<%= @portlet.id %>").effect("highlight", {}, 3000);
block_js_initialize();
<%= flash_notice() %>