From 59a8d47893000c9d4b55769aeb4532c5756f1fda Mon Sep 17 00:00:00 2001 From: gnieark Date: Tue, 7 Jun 2016 23:51:09 +0200 Subject: [PATCH] . --- html/testBotScripts/connectfour.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/testBotScripts/connectfour.html b/html/testBotScripts/connectfour.html index d1be171..f7f751e 100644 --- a/html/testBotScripts/connectfour.html +++ b/html/testBotScripts/connectfour.html @@ -217,7 +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) ); + addLog('Message send to player ' + player + ': ' +JSON.stringify(arrToSend) ); if(xhr.status == 200) { try{ var reponse = JSON.parse(xhr.responseText);