jfn_app/app/views/admin/articles/update.js.erb
Nicolas Bally 0d62fbe429 initial
2011-12-29 11:06:37 +01:00

5 lines
203 B
Plaintext

close_pane_hover();
$('#article_row_<%= @article.id %>').replaceWith("<%= escape_javascript(render(@article))%>");
$('#article_show').replaceWith("<%= escape_javascript(render(:partial => "show"))%>");