X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=webcit%2Fstatic%2Ft%2Fedit%2Fmessage.html;fp=webcit%2Fstatic%2Ft%2Fedit%2Fmessage.html;h=f803f3762ac35b4846c6ab5d8f2e95eccf8fcf00;hp=23b96434085bb4ae4ad09dfccf73a1deb4fa9627;hb=6b7509b18a0a38accc68ad94e17cd55e59621be1;hpb=54a3ac9e8fbc5e533cec6b83c171fa87551b8af4 diff --git a/webcit/static/t/edit/message.html b/webcit/static/t/edit/message.html index 23b964340..f803f3762 100644 --- a/webcit/static/t/edit/message.html +++ b/webcit/static/t/edit/message.html @@ -176,22 +176,6 @@ ); } - function remove_attachment(which_one) { - p = 'which_attachment=' + which_one + '&r=' + CtdlRandomString(); - new Ajax.Updater( - 'gonna_upload_this', - 'remove_attachment', - { - method: 'get', - parameters: p, - onComplete: function(){ - show_attachments_form(); - update_attachment_count(); - } - } - ); - } -