.
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Captain ALM 2022-07-30 23:45:38 +01:00
parent 121cc23cdf
commit 0263964326
Signed by: alfred
GPG Key ID: 4E4ADD02609997B1

View File

@ -148,7 +148,7 @@ function ToggleTheme(p) {
function SetupJSHPL(){ function SetupJSHPL(){
if (window.history) { if (window.history) {
if (window.history.pushState && window.history.replaceState) { if (window.history.pushState && window.history.replaceState) {
document.addEventListener("DOMContentLoaded", cReplaceHistory) //document.addEventListener("DOMContentLoaded", cReplaceHistory)
window.addEventListener("popstate", HandleHistoryPop) window.addEventListener("popstate", HandleHistoryPop)
} }
} }