From 01b40c85613e2c37e71e8cf51148eea228d685f5 Mon Sep 17 00:00:00 2001 From: gnieark Date: Thu, 2 Jun 2016 23:24:15 +0200 Subject: [PATCH] . --- html/testBotScripts/tictactoe.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/testBotScripts/tictactoe.html b/html/testBotScripts/tictactoe.html index d03ecb3..bdfcff5 100644 --- a/html/testBotScripts/tictactoe.html +++ b/html/testBotScripts/tictactoe.html @@ -139,7 +139,7 @@ function play(player){ var xhr = new XMLHttpRequest(); xhr.onreadystatechange = function(){if(xhr.readyState == 4){ if(xhr.status == 200) { - addLog('message send to bot ' + p ':' + stringToSend); + addLog('message send to bot ' + p + ':' + stringToSend); addLog('his awnser is: ' + xhr.responseTEXT); var reponse = eval(xhr.responseTEXT);