From 1467979dab7b3273d5a794f216cb20713b1fb335 Mon Sep 17 00:00:00 2001 From: Jeff Becker Date: Mon, 16 Jan 2017 11:52:59 -0500 Subject: [PATCH] more --- contrib/js/nntpchan/reply.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/contrib/js/nntpchan/reply.js b/contrib/js/nntpchan/reply.js index 52de7a0..6ead7a3 100644 --- a/contrib/js/nntpchan/reply.js +++ b/contrib/js/nntpchan/reply.js @@ -5,6 +5,8 @@ function getReplyTo() { } var e = document.dynreply.elem; e.style.position = "fixed"; + e.style.left = document.dynreply.x+ "px"; + e.style.top = document.dynreply.y + "px"; e.setAttribute("class", "shadow"); return document.dynreply; }