Attachments: implement browsing & deleting using fineuploader
[citadel.git] / webcit / static / t / edit / message.html
index 23b96434085bb4ae4ad09dfccf73a1deb4fa9627..f803f3762ac35b4846c6ab5d8f2e95eccf8fcf00 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>