From 7b0e9dd797b2404844d4bd9f9e5065939db0cda4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?No=C3=A9=20Garnier?= Date: Wed, 11 Jan 2023 22:05:13 +0100 Subject: [PATCH] test --- 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 5acab534..01c26ec3 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);