suitepro/app/views/attachments/destroy.js.erb
2018-02-02 22:19:29 +01:00

2 lines
171 B
Text

$('#attachments_<%= j params[:attachment_id] %>').closest('.attachments_form').find('.add_attachment').show();
$('#attachments_<%= j params[:attachment_id] %>').remove();