Archived
1
0

try fixing bug where reply box exists but doesn't submit

This commit is contained in:
Jeff Becker
2016-04-30 16:09:59 -04:00
parent 6d6ba47b2c
commit 1a3fe3af66
2 changed files with 2 additions and 1 deletions

View File

@@ -39,6 +39,7 @@ function DynReply(existingElem) {
this.elem = existingElem;
this.form = this.elem.querySelector("form");
this._error = document.getElementById("postform_msg");
this.url = this.form.action + "?t=json";
var e = document.getElementById("postform_submit");
e.setAttribute("type", "button");
return;