1
0
Fork 0
mirror of https://github.com/prurigro/hypothetical.git synced 2025-01-13 09:51:01 -05:00
hypothetical/resources/assets/js/site-vars.js

3 lines
106 B
JavaScript

let SiteVars = {
page: location.href.replace(/^[^:]*:\/\/[^\/]*\//, "").replace(/(\/|#|\?).*/, "")
};