From ff8bdcf08c9f506b6cd73bc0dfed6a634654eaa3 Mon Sep 17 00:00:00 2001 From: Jeff Becker Date: Mon, 16 Jan 2017 10:53:58 -0500 Subject: [PATCH] more semicolons --- 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 d973208..7490c11 100644 --- a/contrib/js/nntpchan/report.js +++ b/contrib/js/nntpchan/report.js @@ -50,7 +50,7 @@ function nntpchan_submit_censor(form, regular_url) { } else { show_result("post failed, bad captcha?"); } - } + }; // build url to ctl var parts = regular_url.split('/');