From 60d226c66bede6a2ad08825225c779004bcbe7d4 Mon Sep 17 00:00:00 2001 From: Jeff Becker Date: Thu, 12 Jan 2017 09:40:07 -0500 Subject: [PATCH] fug --- 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 acffa0b..d823f6b 100644 --- a/contrib/js/nntpchan/report.js +++ b/contrib/js/nntpchan/report.js @@ -17,7 +17,7 @@ function nntpchan_report_thread(posthash) { } function nntpchan_report(msgid, msgid_hash, refid, refid_hash) { - var e = document.getElementById("nntpchan_censon_actions"); + var e = document.getElementById("nntpchan_censor_actions"); if (!e) return; if(refid == msgid) { nntp_report_thread(refid_hash);