From e2335a92e4a096cfbb6411dcf23e2a531fb10b1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?No=C3=A9=20Garnier?= Date: Wed, 11 Jan 2023 22:06:10 +0100 Subject: [PATCH] deboguage --- WEB/View/src/pages/Multijoueur/FileAttente.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WEB/View/src/pages/Multijoueur/FileAttente.php b/WEB/View/src/pages/Multijoueur/FileAttente.php index 01c26ec3..6047c3e1 100644 --- a/WEB/View/src/pages/Multijoueur/FileAttente.php +++ b/WEB/View/src/pages/Multijoueur/FileAttente.php @@ -71,7 +71,7 @@ xhr.onload = function () { console.log(xhr.responseText); if (xhr.responseText == "1") { - window.location.href = 'http://82.165.180.114/Scripted/WEB/index.php?action=goToGame&idPartie=' + + '&index=1"' + window.location.href = 'http://82.165.180.114/Scripted/WEB/index.php?action=goToGame&idPartie=' + + '&index=1' } }; xhr.send(null);