mirror of
https://github.com/redmine/redmine.git
synced 2025-11-15 17:56:03 +01:00
git-svn-id: http://svn.redmine.org/redmine/trunk@15917 e93f8b46-1217-0410-a6f0-8f06a7374b81
3 lines
171 B
Plaintext
3 lines
171 B
Plaintext
$('#attachments_<%= j params[:attachment_id] %>').closest('.attachments_form').find('.add_attachment').show();
|
|
$('#attachments_<%= j params[:attachment_id] %>').remove();
|