diff --git a/contrib/js/reply.js b/contrib/js/reply.js index 6e7ce3b..287e4e9 100644 --- a/contrib/js/reply.js +++ b/contrib/js/reply.js @@ -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 () { diff --git a/contrib/static/nntpchan.js b/contrib/static/nntpchan.js index 6abefc6..bc5981c 100644 --- a/contrib/static/nntpchan.js +++ b/contrib/static/nntpchan.js @@ -49,10 +49,10 @@ var dynreply;function getReplyTo(){if(!dynreply){var e=document.getElementById(" return dynreply;} function table_insert_row(table,header,items){var tr=document.createElement("tr");var th=document.createElement("th");th.appendChild(header);tr.appendChild(th);for(var idx=0;idx