archive
/
nntpchan
Archived
1
0
Fork 0

fix mod action js

This commit is contained in:
jeff 2019-09-16 06:51:11 -04:00
parent 4b08919f75
commit 015c64139d
1 changed files with 0 additions and 4 deletions

View File

@ -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) {