Fixing history pushState
This commit is contained in:
parent
dc76c84988
commit
7ea5239eb1
@ -116,7 +116,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
function saveSnapshot(results) {
|
function saveSnapshot(results) {
|
||||||
window.history.pushState(results);
|
window.history.pushState(results, null, null);
|
||||||
}
|
}
|
||||||
|
|
||||||
function outputSnapshot(results, omitValues) {
|
function outputSnapshot(results, omitValues) {
|
||||||
|
Loading…
Reference in New Issue
Block a user