try blanking out attachments after posting
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user