Archived
1
0

fix js in censor tools

This commit is contained in:
Jeff Becker 2017-01-12 09:38:48 -05:00
parent 0eac006d52
commit fc2c582627

View File

@ -7,7 +7,7 @@ function show_censortools() {
} }
function nntpchan_report_thread(posthash) { function nntpchan_report_thread(posthash) {
var thread = document.getElementById(posthash); var thread = document.getElementById("thread_"+posthash);
if (!thread) return; if (!thread) return;
var posts = thread.getElementsByClassName("post"); var posts = thread.getElementsByClassName("post");
for (var idx = 0; idx < posts.length; idx ++ ) { for (var idx = 0; idx < posts.length; idx ++ ) {