test
continuous-integration/drone/push Build is failing Details

ServeurDeTest
Noé GARNIER 2 years ago
parent a02c92e056
commit 1b5fc92dbd

@ -32,6 +32,7 @@
} }
if (playersPseudo[1] != null) { if (playersPseudo[1] != null) {
console.log("test1");
v2 = {} v2 = {}
v2.type="line"; v2.type="line";
v2.xValueFormatString=playersPseudo[1]; v2.xValueFormatString=playersPseudo[1];
@ -41,6 +42,7 @@
xhr.responseType = 'text'; xhr.responseType = 'text';
xhr.setRequestHeader('Content-Type', 'application/x-www-form-urlencoded'); xhr.setRequestHeader('Content-Type', 'application/x-www-form-urlencoded');
var score = xhr.onload = function () { var score = xhr.onload = function () {
console.log(xhr.responseText);
return JSON.parse(xhr.responseText); return JSON.parse(xhr.responseText);
}; };
xhr.send(null); xhr.send(null);

Loading…
Cancel
Save