typofix
This commit is contained in:
parent
5b8326745c
commit
cc4cee1322
@ -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(","));
|
||||||
|
Reference in New Issue
Block a user