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

This commit is contained in:
Captain ALM 2022-07-30 22:55:29 +01:00
parent e793bb288d
commit 9ba879666c
Signed by: alfred
GPG Key ID: 4E4ADD02609997B1

View File

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