5 lines
201 B
Plaintext
5 lines
201 B
Plaintext
|
|
$("#portlet_<%= @portlet.id %>").replaceWith("<%= escape_javascript(render(@portlet)) %>");
|
|
$("#portlet_<%= @portlet.id %>").effect("highlight", {}, 3000);
|
|
block_js_initialize();
|
|
<%= flash_notice() %> |