This commit is contained in:
parent
42cc8e43e1
commit
e793bb288d
2
index.js
2
index.js
@ -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
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user