From 171d3e75f4ac835da891c2bd76bedd733d4ff01e Mon Sep 17 00:00:00 2001 From: Jeff Becker Date: Mon, 16 Jan 2017 14:30:30 -0500 Subject: [PATCH] try positioning --- contrib/js/nntpchan/post-reply.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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({