From 6af49f68008302398a816ae1a2bcd42120e608e9 Mon Sep 17 00:00:00 2001 From: Jeff Becker Date: Mon, 16 Jan 2017 10:52:46 -0500 Subject: [PATCH] add semicolin --- 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 c6e1f42..d973208 100644 --- a/contrib/js/nntpchan/report.js +++ b/contrib/js/nntpchan/report.js @@ -36,7 +36,7 @@ function nntpchan_submit_censor(form, regular_url) { result.children[0].remove(); } result.appendChild(document.createTextNode(msg)); - } + }; var handle_result = function(j) { var err = j.error;