Archived
1
0

"" -> null aka, js is shit

This commit is contained in:
Jeff Becker
2016-05-01 17:48:17 -04:00
parent 331fed1731
commit c8e8ab95cd
2 changed files with 2 additions and 2 deletions

View File

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