diff --git a/contrib/js/nntpchan/post-reply.js b/contrib/js/nntpchan/post-reply.js index 28896c5..0e99e38 100644 --- a/contrib/js/nntpchan/post-reply.js +++ b/contrib/js/nntpchan/post-reply.js @@ -164,6 +164,7 @@ onready(function(){ replyBox.hide(); $(".post").each(function(_, elem) { var replyInfo = { + show: false, url: (prefix || "/") + "post/" + elem.dataset.newsgroup + "/json", reference: elem.dataset.rootmsgid, board: elem.dataset.newsgroup,