We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c797b10 commit c86a157Copy full SHA for c86a157
static/js/search.js
@@ -74,7 +74,7 @@
74
75
var newUrl = baseUrl + "?" + urlParams.toString();
76
// Update the browser history (optional)
77
- window.history.pushState({}, null, newUrl);
+ history.replaceState(null, '', newUrl);
78
}
79
80
// China Verification.
0 commit comments