sr-npm 1.7.349 → 1.7.350

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.349",
3
+ "version": "1.7.350",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -293,7 +293,7 @@ async function applyFilters(_$w, skipUrlUpdate = false) {
293
293
  _$w(filter.elementId).value = '';
294
294
  filter.value = '';
295
295
  if (!skipUrlUpdate) {
296
- queryParams.remove(["keyWord", "department","page","location"]);
296
+ //queryParams.remove(["keyWord", "department","page","location"]);
297
297
  // queryKeyWordVar=undefined;
298
298
  // queryDepartmentVar=undefined;
299
299
  // queryLocationVar=undefined;