From 9cf7e617cb2e582126030e21ea54d6253ed3d508 Mon Sep 17 00:00:00 2001 From: Jeff Becker Date: Mon, 16 Jan 2017 11:34:36 -0500 Subject: [PATCH] idklol --- 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 41c4441..d8de1f6 100644 --- a/contrib/js/nntpchan/reply.js +++ b/contrib/js/nntpchan/reply.js @@ -355,8 +355,8 @@ function init(prefix) { var x = ev.pageX - $(this).width() / 2, y = ev.pageY - $(this).height() / 2; $dragging.offset({ - top: y, - left: x + top: y - 50, + left: x - 50 }); } });