.
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Captain ALM 2022-07-30 23:41:13 +01:00
parent 55c3793c0e
commit 121cc23cdf
Signed by: alfred
GPG Key ID: 4E4ADD02609997B1
1 changed files with 2 additions and 7 deletions

View File

@ -93,18 +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("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")
console.log("PUSH")
s = false
}
}