From 2355528b46228ac7180b6dec019707eab4fe4488 Mon Sep 17 00:00:00 2001 From: Jeff Becker Date: Sun, 2 Oct 2016 20:42:45 -0400 Subject: [PATCH] fug --- contrib/js/livechan.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/js/livechan.js b/contrib/js/livechan.js index f39e8ef..9ca3096 100644 --- a/contrib/js/livechan.js +++ b/contrib/js/livechan.js @@ -1012,7 +1012,7 @@ Chat.prototype.sendInput = function(event) { console.log(board); var subject = self.chatElems.input.subject.value; var ajax = new XMLHttpRequest(); - ajax.open("POST", self.prefix+"livechan/api/post?newsgroup="+board); + ajax.open("POST", self.prefix+"livechan/api/post?newsgroup="+board, true); ajax.onreadystatechange = function() { if (ajax.readyState == 4) { console.log("post done");