fix mod action js
This commit is contained in:
parent
4b08919f75
commit
015c64139d
@ -76,10 +76,6 @@ var nntpchan_mod_action = function(mod_action, elem) {
|
|||||||
// http error
|
// http error
|
||||||
elem.innerHTML = "error: HTTP "+status;
|
elem.innerHTML = "error: HTTP "+status;
|
||||||
}
|
}
|
||||||
// clear input
|
|
||||||
if (input) {
|
|
||||||
input.value = "";
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (mod_action.name) {
|
if (mod_action.name) {
|
||||||
|
Reference in New Issue
Block a user