From 4ee6bbda2f04d5d62cc8bc2935d40258c418ab80 Mon Sep 17 00:00:00 2001 From: Giancarlo Panichi Date: Fri, 15 Nov 2019 11:15:22 +0000 Subject: [PATCH] Updated link to the list of available algorithms https://data.d4science.net/SePo git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/data-analysis/nlphub@182268 82a268e6-3cf1-43bd-a215-b396298e98cf --- src/main/webapp/js/main.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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",