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 d61fffc commit 165ab54Copy full SHA for 165ab54
src/extension/history.js
@@ -30,6 +30,8 @@ var IASHistoryExtension = function (options) {
30
if (!window.history || !window.history.replaceState) {
31
return;
32
}
33
+
34
+ state = history.state;
35
36
history.replaceState(state, document.title, url);
37
};
0 commit comments