Uploading now works. It is ugly but it works.
authorArt Cancro <ajc@citadel.org>
Fri, 10 Dec 2010 21:25:51 +0000 (16:25 -0500)
committerArt Cancro <ajc@citadel.org>
Fri, 10 Dec 2010 21:25:51 +0000 (16:25 -0500)
webcit/static/t/edit_message/attachments_pane.html

index 0bd4c10d05f4fd280305536f8f25542ad32eea1b..b3d1677f463e1b381109e7f19bc584201d6775e5 100644 (file)
@@ -19,5 +19,5 @@ Missing iframe support?  Teh b0rwser will not work!!!1
 
 <input type="hidden" name="submit_action" value="">
 <?_("Attach file:")>
-<input name="attachfile" id="attachfile" class="attachfile" size=40 type="file" onChange="document.upload_attachment_form.submit(); $('attachfile').value='';">
+<input name="attachfile" id="attachfile" class="attachfile" size=40 type="file" onChange="document.upload_attachment_form.submit(); $('attachfile').value=''; show_attachments_form();">
 </form>