9 lines
293 B
Plaintext
9 lines
293 B
Plaintext
|
|
|
|
$('#plume_cat_row_<%= @plume_cat.id %>').replaceWith("<%= escape_javascript(render(@plume_cat))%>");
|
|
|
|
$('#plume_cat_show').replaceWith("<%= escape_javascript(render(:partial => "show"))%>");
|
|
|
|
|
|
$('#tags').replaceWith("<%= escape_javascript(render(:partial => 'tags'))%>");
|
|
close_pane_hover(); |