From aa69a493d570743376d834d2dbee6d4c8c271c31 Mon Sep 17 00:00:00 2001 From: gnieark Date: Fri, 3 Jun 2016 12:15:10 +0200 Subject: [PATCH] fix --- 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 0498187..bc10e25 100644 --- a/html/testBotScripts/tictactoe.html +++ b/html/testBotScripts/tictactoe.html @@ -150,7 +150,7 @@ function play(player){ } //test format of response - var reg = '/^[0-2]\-[0-2]$/'; + var reg = '/^[0-2]-[0-2]$/'; if (!reg.test(cellTarget)){ addLog('player ' + player + ' a fait une réponse non conforme: ' + xhr.responseText); return;