Archived
1
0

try blanking out attachments after posting

This commit is contained in:
Jeff Becker
2016-05-01 17:38:37 -04:00
parent 5bcbe255b1
commit 331fed1731
2 changed files with 3 additions and 1 deletions

View File

@@ -183,6 +183,8 @@ DynReply.prototype.clearPostbox = function() {
e.value = "";
e = document.getElementById("postform_message");
e.value = "";
e = document.getElementById("postform_attachments");
e.value = "";
}
DynReply.prototype.post = function(cb, err_cb) {