gs_app/app/views/admin/testimonies/update.js.erb
2014-04-16 21:10:47 +02:00

7 lines
213 B
Plaintext

close_pane_hover();
$('#testimony_row_<%= @testimony.id %>').replaceWith("<%= escape_javascript(render(@testimony))%>");
$('#testimony_show').replaceWith("<%= escape_javascript(render(:partial => "show"))%>");