:-DDDD
This commit is contained in:
parent
60d226c66b
commit
9e14d6ce30
@ -20,7 +20,7 @@ function nntpchan_report(msgid, msgid_hash, refid, refid_hash) {
|
|||||||
var e = document.getElementById("nntpchan_censor_actions");
|
var e = document.getElementById("nntpchan_censor_actions");
|
||||||
if (!e) return;
|
if (!e) return;
|
||||||
if(refid == msgid) {
|
if(refid == msgid) {
|
||||||
nntp_report_thread(refid_hash);
|
nntpchan_report_thread(refid_hash);
|
||||||
} else {
|
} else {
|
||||||
e.value += "delete "+msgid+"\n";
|
e.value += "delete "+msgid+"\n";
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user