X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fstatic%2Ft%2Fedit_message.html;h=320dec48c1c732c920d3d1de49bcf6ff207addf5;hb=c70787f97e2043a108561e67c36b5723e9d20ea8;hp=c52f86490837e0746d26f7a01f9678afcbd4aac2;hpb=74fbd52ddd674828d63c7d6f5dc166c8e47c4016;p=citadel.git diff --git a/webcit/static/t/edit_message.html b/webcit/static/t/edit_message.html index c52f86490..320dec48c 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(); - } - } - ); - } -