diff --git a/contrib/static/mod.js b/contrib/static/mod.js index 2209f18..bcfb12b 100644 --- a/contrib/static/mod.js +++ b/contrib/static/mod.js @@ -199,13 +199,7 @@ function nntpchan_mod(mod_action) { var result = mod_action.handle(j); if (result) { elem.appendChild(result); - } else { - // fail - alert("mod action failed, handler returned nothing"); } - } else { - // fail - alert("mod action has no handler"); } } } else if (status) {