try fix
This commit is contained in:
@@ -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 () {
|
||||
|
Reference in New Issue
Block a user