Files
Redmine/app/views/attachments/destroy.js.erb

3 lines
171 B
Plaintext
Raw Normal View History

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