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

ServeurDeTest
Noé GARNIER 2 years ago
parent 8523144905
commit d28decf985

@ -4,7 +4,7 @@
xhr.responseType = 'text';
xhr.setRequestHeader('Content-Type', 'application/x-www-form-urlencoded');
var playersEmail = xhr.onload = function () {
console.log(xhr.responseText);
console.log(xhr.responseText + "DONE");
return JSON.parse(xhr.responseText);
};
xhr.send(null);

Loading…
Cancel
Save