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 }); } });