From 5cc2b1b93779c1278acffa15115382b2921b9c83 Mon Sep 17 00:00:00 2001 From: Jeff Becker Date: Mon, 16 Jan 2017 12:01:49 -0500 Subject: [PATCH] more --- contrib/js/nntpchan/reply.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/js/nntpchan/reply.js b/contrib/js/nntpchan/reply.js index e69ea1c..0777d96 100644 --- a/contrib/js/nntpchan/reply.js +++ b/contrib/js/nntpchan/reply.js @@ -257,8 +257,8 @@ function init(prefix) { y = ev.pageY - $(this).height() / 2; $(e).offset({ - top: y / 2, - left: x / 2 + top: y, + left: x }); } });