diff --git a/contrib/js/nntpchan/livechan.js b/contrib/js/nntpchan/livechan.js index f4bde19..9a1b802 100644 --- a/contrib/js/nntpchan/livechan.js +++ b/contrib/js/nntpchan/livechan.js @@ -1429,4 +1429,4 @@ Chat.prototype.generateChat = function(data) { chat.appendChild(header); chat.appendChild(body); return chat; -} +};