8 lines
230 B
Plaintext
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(); |