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) } }