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

ServeurDeTest
Noé GARNIER 2 years ago
parent 4c71b8b336
commit d0c292960e

@ -131,7 +131,8 @@ function displayHelp() {
function saveCode() {
var xhr = new XMLHttpRequest();
xhr.open('POST', 'http://localhost/Scripted/WEB/index.php?action=saveCode', true);
// xhr.open('POST', 'http://localhost/Scripted/WEB/index.php?action=saveCode', true);
xhr.open('POST', 'http://82.165.180.114/Scripted/WEB/index.php?action=saveCode', true);
xhr.responseType = 'text';
xhr.setRequestHeader('Content-Type', 'application/x-www-form-urlencoded');
xhr.onload = function () {

Loading…
Cancel
Save