disable checking for mod handler
This commit is contained in:
parent
51bdf9609f
commit
6286a6529c
@ -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) {
|
||||
|
Reference in New Issue
Block a user