mirror of
https://github.com/tomoko-dev9/nntpchan.git
synced 2026-06-02 04:44:53 +02:00
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