Archived
1
0
This commit is contained in:
Jeff Becker 2017-01-12 09:49:30 -05:00
parent 953042578b
commit 19452704fc

View File

@ -58,7 +58,7 @@ function nntpchan_submit_censor(form, regular_url) {
show_result("no captcha solution provided");
return;
}
var secret = document.getElementById("nntpchan_censor_secret").value;
var secret = document.getElementById("nntp_censor_secret").value;
if(!secret) {
show_result("no mod key provided");
return;