Fix stats reporting. Add Vite compatibility

This commit is contained in:
2025-11-04 16:16:50 +01:00
parent aa29de9029
commit e54dc2dbd7
21 changed files with 1060 additions and 361 deletions

View File

@@ -99,7 +99,6 @@ const load_page = (pathname: string, history: boolean): boolean => {
}
window.document.title = current_page.title+" / FNX"
console.debug("Page", current_page)
if(history) {
window.history.pushState({}, window.document.title, pathname)