Archived
1
0

update reply box

This commit is contained in:
Jeff Becker
2016-04-30 13:09:40 -04:00
parent 12f5e67bb4
commit de6d2964f9
3 changed files with 4 additions and 4 deletions

View File

@@ -140,9 +140,6 @@ DynReply.prototype.show = function() {
console.log("show dynreply");
this.update();
this.elem.style.display = 'inline';
this.elem.style.position = "fixed";
this.elem.style.right = "0px";
this.elem.style.top = "25px";
}
DynReply.prototype.updateCaptcha = function() {