From cadcbf4c482efb637fd91abafbcd8285f97c4de7 Mon Sep 17 00:00:00 2001 From: jeff Date: Fri, 7 Aug 2015 11:11:24 -0400 Subject: [PATCH] try to fix gitch again --- contrib/static/mod.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;