From 2aac424dc249e92b273b5054690edee11f7225d2 Mon Sep 17 00:00:00 2001 From: Jeff Becker Date: Mon, 16 Jan 2017 11:58:44 -0500 Subject: [PATCH] more --- contrib/js/nntpchan/reply.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/js/nntpchan/reply.js b/contrib/js/nntpchan/reply.js index e7c3a79..62502ba 100644 --- a/contrib/js/nntpchan/reply.js +++ b/contrib/js/nntpchan/reply.js @@ -255,7 +255,7 @@ function init(prefix) { if ($dragging) { var x = ev.pageX - $(this).width() / 2, y = ev.pageY - $(this).height() / 2; - $dragging.offset({ + e.offset({ top: y, left: x });