Archived
1
0

disable checking for mod handler

This commit is contained in:
Jeff Becker 2016-03-07 11:50:16 -05:00
parent 51bdf9609f
commit 6286a6529c
No known key found for this signature in database
GPG Key ID: AB950234D6EA286B

View File

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