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

This commit is contained in:
Captain ALM 2022-07-30 23:33:35 +01:00
parent 66e603324d
commit 55c3793c0e
Signed by: alfred
GPG Key ID: 4E4ADD02609997B1

View File

@ -98,7 +98,13 @@ function PushHistory(url) {
order: document.getElementById("so-order").value,
sort: document.getElementById("so-sort").value
}, "", url);
console.log("PUSH")
console.log("PUSH1")
window.history.pushState({
light: !!document.getElementById("so-theme"),
order: document.getElementById("so-order").value,
sort: document.getElementById("so-sort").value
}, "", url);
console.log("PUSH2")
s = false
}
}