From e460d3175c62b02e123998ba651fc46b256ad658 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?No=C3=A9=20Garnier?= Date: Mon, 16 Jan 2023 12:32:55 +0100 Subject: [PATCH] test --- View/src/JS/dashboard.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/View/src/JS/dashboard.js b/View/src/JS/dashboard.js index 0dcd4770..e7911a0a 100644 --- a/View/src/JS/dashboard.js +++ b/View/src/JS/dashboard.js @@ -5,7 +5,7 @@ xhr.setRequestHeader('Content-Type', 'application/x-www-form-urlencoded'); xhr.onload = function () { console.log(xhr.responseText); - JSON.parse(xhr.responseText); + // JSON.parse(xhr.responseText); } playersPseudo = xhr.responseText console.log(playersPseudo);