diff --git a/index.js b/index.js index f485fcb..c264d21 100644 --- a/index.js +++ b/index.js @@ -143,7 +143,6 @@ function ToggleTheme() { function SetupJSHPL(){ if (window.history) { if (window.history.pushState && window.history.replaceState) { - document.addEventListener("DOMContentLoaded", cReplaceHistory) window.addEventListener("load", cReplaceHistory) window.addEventListener("popstate", HandleHistoryPop) }