sr-npm 1.7.286 → 1.7.287

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.286",
3
+ "version": "1.7.287",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -346,6 +346,7 @@ async function handleLocationParam(_$w,location) {
346
346
  if (_$w('#dropdownLocation').options.find(option => option.value === locationValue))
347
347
  {
348
348
  _$w('#dropdownLocation').value = locationValue;
349
+ console.log("i am here!@@##!@#")
349
350
  await applyFilters(_$w, true); // Skip URL update since we're handling initial URL params
350
351
  }
351
352
  else{