From 75dc4c2529eb583accabba49d4a8b27318a462f4 Mon Sep 17 00:00:00 2001 From: Jeff Becker Date: Mon, 16 Jan 2017 11:23:04 -0500 Subject: [PATCH] fix syntax error --- contrib/js/nntpchan/reply.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/contrib/js/nntpchan/reply.js b/contrib/js/nntpchan/reply.js index b366dcd..fba6176 100644 --- a/contrib/js/nntpchan/reply.js +++ b/contrib/js/nntpchan/reply.js @@ -412,7 +412,6 @@ function init(prefix) { f.onsubmit = function() { postit(); return false; - } - } + }; }