Archived
1
0
This commit is contained in:
Jeff Becker 2018-11-06 15:22:11 -05:00
parent 5b8326745c
commit cc4cee1322
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05

View File

@ -24,7 +24,7 @@ var nntpchan_mod_commit_spam = function(elem) {
{ {
if(posts[idx].dataset.spam == "yes") if(posts[idx].dataset.spam == "yes")
{ {
spams.push_back(posts[idx].dataset.msgid); spams.push(posts[idx].dataset.msgid);
} }
} }
formdata.set("spam", spams.join(",")); formdata.set("spam", spams.join(","));