diff --git a/contrib/js/nntpchan/reply.js b/contrib/js/nntpchan/reply.js index ca33412..263a6b6 100644 --- a/contrib/js/nntpchan/reply.js +++ b/contrib/js/nntpchan/reply.js @@ -1,7 +1,7 @@ function getReplyTo() { if(!document.dynreply) { - document.dynreply = new DynReply(); + document.dynreply = new DynReply(document.body); } var e = document.dynreply.elem; e.style.position = "fixed";