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
master
Giancarlo Panichi 5 years ago
parent 2d0d07ba5a
commit 4ee6bbda2f

@ -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",

Loading…
Cancel
Save