mirror of
https://github.com/LCPQ/QUESTDB_website.git
synced 2024-11-03 20:53:59 +01:00
5 lines
131 B
JavaScript
5 lines
131 B
JavaScript
function getFullDataPath(path) {
|
|
var site_url = "/"+window.location.pathname.split('/')[1];
|
|
return site_url+'/data/' + path;
|
|
}
|