From 9ba879666c790ab05c73d24c63d511efa879980d Mon Sep 17 00:00:00 2001 From: Captain ALM Date: Sat, 30 Jul 2022 22:55:29 +0100 Subject: [PATCH] . --- index.js | 1 - 1 file changed, 1 deletion(-) 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) }