diff --git a/src/main/webapp/js/main.js b/src/main/webapp/js/main.js index b98d1bb..8cf2b72 100644 --- a/src/main/webapp/js/main.js +++ b/src/main/webapp/js/main.js @@ -17,6 +17,7 @@ var computedLanguage = ""; var dataMiner = ""; var appLocation = window.location.href; var appRoot = ""; +var linkToAlgorithmsConfiguration = "https://data.d4science.net/SePo"; // ------------------------------------------------------------------------------------------------------ // Starting point: get the csv file with algorithm parameters and set the page @@ -130,7 +131,7 @@ checkInputLink = function() { initApplication = function() { $ .ajax({ - url : "https://data.d4science.net/SePo", + url : linkToAlgorithmsConfiguration, type : "GET", async : true, contentType : "text/plain; charset=utf-8",