Fix stats reporting. Add Vite compatibility
This commit is contained in:
@@ -50,11 +50,6 @@ const get_page = () => {
|
||||
|
||||
title = current_subpage === null ? current_page.title : current_subpage.title
|
||||
window.document.title = title+" / FNX"
|
||||
|
||||
console.debug("Page", current_page)
|
||||
console.debug("Subpage", current_subpage)
|
||||
|
||||
pages = pages
|
||||
}
|
||||
|
||||
let current_page: Tab = $state(null)
|
||||
|
||||
Reference in New Issue
Block a user