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 1e7082d commit f5aa61dCopy full SHA for f5aa61d
app/code/Magento/Catalog/view/frontend/web/js/product/list/toolbar.js
@@ -88,7 +88,8 @@ define([
88
var decode = window.decodeURIComponent,
89
urlPaths = this.options.url.split('?'),
90
urlParams = urlPaths[1] ? urlPaths[1].split('&') : [],
91
- params = {}, parameters, i;
+ params = {},
92
+ parameters, i;
93
94
for (i = 0; i < urlParams.length; i++) {
95
parameters = urlParams[i].split('=');
0 commit comments