1
0
mirror of synced 2025-12-19 09:57:42 -05:00

Disable analytics temporarily

This commit is contained in:
Kevin Heis
2025-12-17 11:13:49 -08:00
parent 00208c87d5
commit 5d1870d22d

View File

@@ -436,6 +436,8 @@ function initPrintEvent() {
}
export function initializeEvents() {
return
// eslint-disable-next-line no-unreachable
if (initialized) return
initialized = true
initPageAndExitEvent() // must come first