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

This commit is contained in:
Captain ALM 2022-07-30 22:51:16 +01:00
parent 42cc8e43e1
commit e793bb288d
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
}
}