10
0
mirror of https://github.com/LCPQ/QUESTDB_website.git synced 2024-08-25 05:31:51 +02:00
This commit is contained in:
Anthony Scemama 2020-11-25 01:59:56 +01:00
parent 2b6099dff9
commit 616e23fc62

View File

@ -28,7 +28,7 @@ class PubliData{
}
static GetPathForDOI(DOI){
var site_url = window.location.origin;
var site_url = "/"+window.location.pathname.split('/')[1];
return site_url + `/data/publis/${DOI.replaceAll(".","/")}`
}
static GetAbstractURLForDOI(DOI){