diff --git a/WEB/View/src/JS/base.js b/WEB/View/src/JS/base.js index 62871d3f..7727aaef 100644 --- a/WEB/View/src/JS/base.js +++ b/WEB/View/src/JS/base.js @@ -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 () {