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

This commit is contained in:
Captain ALM 2022-07-30 22:44:54 +01:00
parent f7f8ba936c
commit 42cc8e43e1
Signed by: alfred
GPG Key ID: 4E4ADD02609997B1

View File

@ -93,13 +93,13 @@ function PushHistory(url) {
var s = true
if (window.history) {
if (window.history.pushState) {
ReplaceHistory(url)
window.history.pushState({
light: !!document.getElementById("so-theme"),
order: document.getElementById("so-order").value,
sort: document.getElementById("so-sort").value
}, "", url);
console.log("PUSH")
ReplaceHistory(url)
s = false
}
}