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);