1

Fixing history pushState

This commit is contained in:
Alex Yatskov 2015-03-26 17:58:37 +09:00
parent dc76c84988
commit 7ea5239eb1

View File

@ -116,7 +116,7 @@
}
function saveSnapshot(results) {
window.history.pushState(results);
window.history.pushState(results, null, null);
}
function outputSnapshot(results, omitValues) {