From 0fb9f392d7d0c7bbe6fe2982b6d07402e260d7e3 Mon Sep 17 00:00:00 2001 From: Jeff Becker Date: Mon, 16 Jan 2017 14:23:04 -0500 Subject: [PATCH] fix types --- contrib/js/nntpchan/post-reply.js | 1 + 1 file changed, 1 insertion(+) 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,