From f229ea555c63fdd44b43be60b8f082ff7533e227 Mon Sep 17 00:00:00 2001 From: Jeff Becker Date: Mon, 16 Jan 2017 10:21:37 -0500 Subject: [PATCH] try fixing censortools --- contrib/js/nntpchan/report.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/contrib/js/nntpchan/report.js b/contrib/js/nntpchan/report.js index 100e724..d63332d 100644 --- a/contrib/js/nntpchan/report.js +++ b/contrib/js/nntpchan/report.js @@ -41,9 +41,11 @@ function nntpchan_submit_censor(form, regular_url) { show_result("error: "+err); return; } - var msgid = j.message_id; + var msgid = j.Message_id; if(msgid) { show_result("submitted report as "+msgid); + } else { + show_result("post failed, bad captcha?"); } }