diff --git a/contrib/js/nntpchan/post-reply.js b/contrib/js/nntpchan/post-reply.js index f70c07b..f2fd761 100644 --- a/contrib/js/nntpchan/post-reply.js +++ b/contrib/js/nntpchan/post-reply.js @@ -136,7 +136,7 @@ ReplyBox.prototype.show = function(info) { var off = $(info.elem).offset(); $(self.elem).offset({ top: off.top, - left: off.left + right: off.left }); self.submit.onclick = function(ev) { $.ajax({