i hate js
This commit is contained in:
parent
8349cdb74b
commit
2a4b5d768a
@ -19,14 +19,10 @@ var nntpchan_mod_delete = function(longhash) {
|
||||
{
|
||||
// success (?)
|
||||
var j = JSON.parse(ajax.responseText);
|
||||
if(j.deleted && j.deleted.length > 0)
|
||||
if(j.deleted.length > 0)
|
||||
{
|
||||
elem.appendChild(document.createTextNode(j.deleted.join(",")));
|
||||
}
|
||||
else (j.error)
|
||||
{
|
||||
elem.innerHTML = "an error occured: " + j.error ;
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Reference in New Issue
Block a user