From 4665c0eb4e784aeeb96f31ed22e59c39d158b652 Mon Sep 17 00:00:00 2001 From: Jeff Becker Date: Mon, 16 Jan 2017 11:59:12 -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 62502ba..bf1f34a 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; - e.offset({ + $(e).offset({ top: y, left: x });