Deboguage
continuous-integration/drone/push Build is passing Details

ServeurDeTest
Noé GARNIER 2 years ago
parent a1c1739896
commit 8c66e453dd

@ -39,14 +39,12 @@
xhr.responseType = 'text';
xhr.setRequestHeader('Content-Type', 'application/x-www-form-urlencoded');
xhr.onload = function () {
if (xhr.status === 200) {
console.log(xhr.responseText);
if (xhr.responseText == "2") {
window.location.href = 'http://82.165.180.114/Scripted/WEB/index.php?action=getGameEtat'
}
};
xhr.send(null);
}
console.log(xhr.responseText);
if (xhr.responseText == "2") {
window.location.href = 'http://82.165.180.114/Scripted/WEB/index.php?action=getGameEtat'
}
};
xhr.send(null);
}
var seconds = <?php echo $remaining_seconds; ?>;
function countdown() {

Loading…
Cancel
Save