Archived
1
0
This commit is contained in:
Jeff
2016-05-03 14:17:41 -04:00
parent 7bdb104fcf
commit d1f540f99a
2 changed files with 4 additions and 4 deletions

View File

@@ -40,7 +40,7 @@ function DynReply(existingElem) {
this.form = this.elem.querySelector("form");
this._error = document.getElementById("postform_msg");
this.url = this.form.action + "?t=json";
this.moveTo(0,0);
this.moveTo(1,1);
return;
}
@@ -137,7 +137,7 @@ function DynReply(existingElem) {
this.roothash = null;
this.prefix = null;
this.url = null;
this.moveTo(0,0);
this.moveTo(1,1);
}
DynReply.prototype.getX = function () {