From 015c64139d88b47493d371b7d006b2b771ba4c6c Mon Sep 17 00:00:00 2001 From: jeff Date: Mon, 16 Sep 2019 06:51:11 -0400 Subject: [PATCH] fix mod action js --- contrib/static/overchan.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/contrib/static/overchan.js b/contrib/static/overchan.js index 5b2391a..6d8eadb 100644 --- a/contrib/static/overchan.js +++ b/contrib/static/overchan.js @@ -76,10 +76,6 @@ var nntpchan_mod_action = function(mod_action, elem) { // http error elem.innerHTML = "error: HTTP "+status; } - // clear input - if (input) { - input.value = ""; - } } } if (mod_action.name) {