This website requires JavaScript.
Explore
Help
Register
Sign In
PTEROSOR
/
QUESTDB_website
Watch
10
Star
0
Fork
0
You've already forked QUESTDB_website
mirror of
https://github.com/LCPQ/QUESTDB_website.git
synced
2024-11-04 05:03:53 +01:00
Code
Releases
Activity
efffa9de61
QUESTDB_website
/
static
/
js
/
getFullDataPath.js
4 lines
61 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Handle .dat format and delete json
2019-08-28 11:59:18 +02:00
function
getFullDataPath
(
path
)
{
Replace Pelican by hugo as website generator
2019-09-14 15:05:55 +02:00
return
'/data/'
+
path
;
Handle .dat format and delete json
2019-08-28 11:59:18 +02:00
}
Copy Permalink