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
This commit is contained in:
Giancarlo Panichi 2019-11-15 11:15:22 +00:00
parent 2d0d07ba5a
commit 4ee6bbda2f
1 changed files with 2 additions and 1 deletions

View File

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