summaryrefslogtreecommitdiffstats
path: root/app/views/attachments/destroy.js.erb
blob: 29b9a0c7632e1f1c3ac3230c402b0db703d4ba90 (plain)
1
2
$('#attachments_<%= j params[:attachment_id] %>').closest('.attachments_form').find('.add_attachment').show();
$('#attachments_<%= j params[:attachment_id] %>').remove();