10
0
mirror of https://github.com/LCPQ/QUESTDB_website.git synced 2024-07-03 18:06:06 +02:00
QUESTDB_website/static/js/getFullDataPath.js
2020-11-25 01:52:53 +01:00

5 lines
131 B
JavaScript

function getFullDataPath(path) {
var site_url = "/"+window.location.pathname.split('/')[1];
return site_url+'/data/' + path;
}