Archived
1
0
This commit is contained in:
Jeff Becker 2017-01-12 09:40:07 -05:00
parent fc2c582627
commit 60d226c66b

View File

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