sr-npm 1.7.360 → 1.7.361

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.360",
3
+ "version": "1.7.361",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -330,7 +330,7 @@ async function resetFilters(_$w) {
330
330
 
331
331
  _$w('#resetFiltersButton').disable();
332
332
 
333
- queryParams.remove(["keyWord", "department","page","location"]);
333
+ queryParams.remove(["keyWord", "department","page","location","jobType"]);
334
334
 
335
335
 
336
336
  await updateCount(_$w);