2018-03-20 17:24:52 +01:00

8 lines
230 B
Plaintext

$('#plume_article_row_<%= @plume_article.id %>').replaceWith("<%= escape_javascript(render(@plume_article))%>");
$('#plume_article_show').replaceWith("<%= escape_javascript(render(:partial => "show"))%>");
close_pane_hover();