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; - } - } + }; }