jfn_app/app/views/portlet/shared/create.js.erb
Nicolas Bally 0d62fbe429 initial
2011-12-29 11:06:37 +01:00

6 lines
216 B
Plaintext

$("#new_portlet_form_inline").replaceWith("<%= escape_javascript(render(@portlet)) %>");
$("#portlet_<%= @portlet.id %>").effect("highlight", {}, 3000);
block_js_initialize();
update_portlet_order();
<%= flashs() %>