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