Archived
1
0

fix quickreply

This commit is contained in:
Jeff Becker
2016-04-30 13:06:29 -04:00
parent fffe030fa2
commit b71d62ca35
2 changed files with 3 additions and 3 deletions

View File

@@ -130,7 +130,7 @@ DynReply.prototype.update = function() {
if (this.board && this.roothash) {
// update post form
var ref = document.getElementById("postform_reference");
ref.value = this.roothash;
ref.setAttribute("value", this.roothash);
this.form.action = this.prefix + "post/" + this.board;
}
}