From fc2c5826275692abb76f727024511aadae2943fa Mon Sep 17 00:00:00 2001 From: Jeff Becker Date: Thu, 12 Jan 2017 09:38:48 -0500 Subject: [PATCH] fix js in censor tools --- contrib/js/nntpchan/report.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/js/nntpchan/report.js b/contrib/js/nntpchan/report.js index f2e11d6..acffa0b 100644 --- a/contrib/js/nntpchan/report.js +++ b/contrib/js/nntpchan/report.js @@ -7,7 +7,7 @@ function show_censortools() { } function nntpchan_report_thread(posthash) { - var thread = document.getElementById(posthash); + var thread = document.getElementById("thread_"+posthash); if (!thread) return; var posts = thread.getElementsByClassName("post"); for (var idx = 0; idx < posts.length; idx ++ ) {