diff --git a/js/comm.js b/js/comm.js index b55aa07..eb0f00a 100644 --- a/js/comm.js +++ b/js/comm.js @@ -52,7 +52,7 @@ window.addEventListener('load', function(){ } } - xhr.open("GET", "/Server.php", true); + xhr.open("GET", appRoot+"Server.php", true); xhr.send(); /*