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);