From 10fcf810bf7a8a32466638b303e4cf784dfb4bc0 Mon Sep 17 00:00:00 2001 From: gnieark Date: Tue, 7 Jun 2016 23:50:30 +0200 Subject: [PATCH] . --- html/testBotScripts/connectfour.html | 1 + 1 file changed, 1 insertion(+) diff --git a/html/testBotScripts/connectfour.html b/html/testBotScripts/connectfour.html index cb52495..d1be171 100644 --- a/html/testBotScripts/connectfour.html +++ b/html/testBotScripts/connectfour.html @@ -217,6 +217,7 @@ function play(player){ xhr.open("POST", document.getElementById('url' + player).value, false); xhr.setRequestHeader("Content-Type", "application/json"); xhr.send(JSON.stringify(arrToSend) ); + addlog('Message send to player ' + player + ': ' +JSON.stringify(arrToSend) ); if(xhr.status == 200) { try{ var reponse = JSON.parse(xhr.responseText);