9 lines
277 B
Plaintext
9 lines
277 B
Plaintext
|
|
|
|
$('#plume_row_<%= @plume.id %>').replaceWith("<%= escape_javascript(render(@plume))%>");
|
|
|
|
$('#plume_show').replaceWith("<%= escape_javascript(render(:partial => "show"))%>");
|
|
|
|
|
|
$('#tags').replaceWith("<%= escape_javascript(render(:partial => 'tags'))%>");
|
|
close_pane_hover(); |