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 7494d31 commit 1c9c4d6Copy full SHA for 1c9c4d6
components/productsfilter/scripts.htm
@@ -43,7 +43,7 @@
43
var data = response.hasOwnProperty('responseJSON') ? response.reponseJSON : response
44
45
if (data.hasOwnProperty('queryString')) {
46
- history.replaceState(null, '', '?' + data.queryString)
+ history.replaceState(null, '', window.location.pathname + '?' + data.queryString);
47
}
48
49
$('[data-filter]').hide()
0 commit comments