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.
2 parents d61fffc + 165ab54 commit 62f5c2bCopy full SHA for 62f5c2b
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