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 ++ ) {