Attachments: implement browsing & deleting using fineuploader
[citadel.git] / webcit / static / t / edit_message.html
index c52f86490837e0746d26f7a01f9678afcbd4aac2..320dec48c1c732c920d3d1de49bcf6ff207addf5 100644 (file)
                );
        }
 
-       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();
-                               }
-                       }
-               );
-       }
-
 </script>
 </div>
 </div>