fix message
This commit is contained in:
parent
2a4b5d768a
commit
97a1aba125
@ -21,7 +21,7 @@ var nntpchan_mod_delete = function(longhash) {
|
||||
var j = JSON.parse(ajax.responseText);
|
||||
if(j.deleted.length > 0)
|
||||
{
|
||||
elem.appendChild(document.createTextNode(j.deleted.join(",")));
|
||||
elem.appendChild(document.createTextNode("deleted: " + j.deleted.join(",")));
|
||||
}
|
||||
}
|
||||
else
|
||||
|
Reference in New Issue
Block a user