Fix stats reporting. Add Vite compatibility
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user