blog_eft_app/app/views/admin/photos/destroy.js.erb
2013-09-09 16:15:13 +02:00

2 lines
117 B
Plaintext

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