Skip to content
Snippets Groups Projects
Commit 4a535701 authored by Attila Donáth's avatar Attila Donáth Committed by Ted Cooper
Browse files

[#3052574] url.pathname change from #178

parent a2cd6bca
No related branches found
No related tags found
No related merge requests found
......@@ -155,7 +155,7 @@
};
// replace the current history state so that it is available on popstate when clicking back after first
window.history.replaceState(view_state, document.title);
window.history.pushState(view_state, document.title, window.location.origin + window.location.pathname + url.search);
window.history.pushState(view_state, document.title, window.location.origin + url.pathname + url.search);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment