diff --git a/contrib/static/mod.js b/contrib/static/mod.js index 950cf84..c538c77 100644 --- a/contrib/static/mod.js +++ b/contrib/static/mod.js @@ -102,7 +102,7 @@ function nntpchan_mod(mod_action) { alert("mod action has no handler"); } } - } else { + } else if (status) { // nah // http error elem.innerHTML = "error: HTTP "+status;