sr-npm 1.7.146 → 1.7.147

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sr-npm",
3
- "version": "1.7.146",
3
+ "version": "1.7.147",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -276,8 +276,8 @@ async function handleDepartmentParam(_$w,department) {
276
276
  console.log("before applyFilters_$w('#dropdownDepartment').value", _$w('#dropdownDepartment').value);
277
277
 
278
278
  await applyFilters(_$w, true); // Skip URL update since we're handling initial URL params
279
- console.log("url", url);
280
- await to(url);
279
+ // console.log("url", url);
280
+ // await to(url);
281
281
  }
282
282
 
283
283