From 612c9c89891c9cdb6efbf70927309956060b19d0 Mon Sep 17 00:00:00 2001 From: Jeff Becker Date: Mon, 16 Jan 2017 10:32:11 -0500 Subject: [PATCH] fix case --- contrib/js/nntpchan/report.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/js/nntpchan/report.js b/contrib/js/nntpchan/report.js index ea5138b..6310c6b 100644 --- a/contrib/js/nntpchan/report.js +++ b/contrib/js/nntpchan/report.js @@ -41,7 +41,7 @@ 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 {