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

This commit is contained in:
Captain ALM 2022-07-30 22:57:41 +01:00
parent 9ba879666c
commit 6c49ca08bf
Signed by: alfred
GPG Key ID: 4E4ADD02609997B1

View File

@ -99,7 +99,6 @@ function PushHistory(url) {
sort: document.getElementById("so-sort").value
}, "", url);
console.log("PUSH")
ReplaceHistory(url)
s = false
}
}
@ -143,7 +142,7 @@ function ToggleTheme() {
function SetupJSHPL(){
if (window.history) {
if (window.history.pushState && window.history.replaceState) {
window.addEventListener("load", cReplaceHistory)
document.addEventListener("DOMContentLoaded", cReplaceHistory)
window.addEventListener("popstate", HandleHistoryPop)
}
}