9 lines
269 B
Plaintext
9 lines
269 B
Plaintext
|
|
|
|
$('#faq_row_<%= @faq.id %>').replaceWith("<%= escape_javascript(render(@faq))%>");
|
|
|
|
$('#faq_show').replaceWith("<%= escape_javascript(render(:partial => "show"))%>");
|
|
|
|
|
|
$('#tags').replaceWith("<%= escape_javascript(render(:partial => 'tags'))%>");
|
|
close_pane_hover(); |