diff --git a/WEB/View/src/JS/baseTest.js b/WEB/View/src/JS/baseTest.js index 63678324..c22e23b6 100644 --- a/WEB/View/src/JS/baseTest.js +++ b/WEB/View/src/JS/baseTest.js @@ -131,8 +131,8 @@ function run() { function saveCode() { var xhr = new XMLHttpRequest(); - xhr.open('POST', 'http://localhost/Scripted/WEB/index.php?action=saveCodeInCookie', true); - // xhr.open('POST', 'http://82.165.180.114/Scripted/WEB/index.php?action=saveCodeInCookie', true); + // xhr.open('POST', 'http://localhost/Scripted/WEB/index.php?action=saveCodeInCookie', true); + xhr.open('POST', 'http://82.165.180.114/Scripted/WEB/index.php?action=saveCodeInCookie', true); xhr.responseType = 'text'; xhr.setRequestHeader('Content-Type', 'application/x-www-form-urlencoded'); xhr.onload = function () {