From 6286a6529c25d4d1995152fb55f5e6f36193fb25 Mon Sep 17 00:00:00 2001 From: Jeff Becker Date: Mon, 7 Mar 2016 11:50:16 -0500 Subject: [PATCH] disable checking for mod handler --- contrib/static/mod.js | 6 ------ 1 file changed, 6 deletions(-) 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) {