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

View File

@ -20,7 +20,7 @@ function nntpchan_report(msgid, msgid_hash, refid, refid_hash) {
var e = document.getElementById("nntpchan_censor_actions");
if (!e) return;
if(refid == msgid) {
nntp_report_thread(refid_hash);
nntpchan_report_thread(refid_hash);
} else {
e.value += "delete "+msgid+"\n";
}