diff --git a/app/views/attachments/_links.html.erb b/app/views/attachments/_links.html.erb
index cdd1fdd2f..b9d91d5b5 100644
--- a/app/views/attachments/_links.html.erb
+++ b/app/views/attachments/_links.html.erb
@@ -30,7 +30,7 @@
:data => {:confirm => l(:text_are_you_sure)},
:method => :delete,
:class => 'delete',
- :remote => true,
+ #:remote => true,
#:id => "attachments_" + attachment.id.to_s,
:title => l(:button_delete) %>
<% end %>