vivre_app/app/views/admin/photos/update.js.erb

3 lines
183 B
Plaintext

$('#photo_<%= @photo.id %>').replaceWith("<%= escape_javascript(render(@photo))%>");
$('#tags').replaceWith("<%= escape_javascript(render(:partial => 'tags'))%>");
close_pane_hover();