sr-npm 1.7.213 → 1.7.214

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.213",
3
+ "version": "1.7.214",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -258,7 +258,7 @@ async function resetFilters(_$w) {
258
258
 
259
259
  _$w('#resetFiltersButton').disable();
260
260
 
261
- queryParams.remove(["keyWord", "department","page"]);
261
+ queryParams.remove(["keyWord", "department","page","location"]);
262
262
 
263
263
  await updateCount(_$w);
264
264
  }