php_app/app/views/portlet/portlets/update.js.erb
Nicolas Bally 5cf3a3e83d initial
2014-11-25 22:56:20 +01: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() %>