From 0263964326a399eb686075e4156541ae8d6a5e02 Mon Sep 17 00:00:00 2001 From: Captain ALM Date: Sat, 30 Jul 2022 23:45:38 +0100 Subject: [PATCH] . --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 0b1c810..c92e679 100644 --- a/index.js +++ b/index.js @@ -148,7 +148,7 @@ function ToggleTheme(p) { function SetupJSHPL(){ if (window.history) { if (window.history.pushState && window.history.replaceState) { - document.addEventListener("DOMContentLoaded", cReplaceHistory) + //document.addEventListener("DOMContentLoaded", cReplaceHistory) window.addEventListener("popstate", HandleHistoryPop) } }