sr-npm 1.7.1044 → 1.7.1045

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.1044",
3
+ "version": "1.7.1045",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -84,7 +84,6 @@ async function handleUrlParams(_$w,urlParams) {
84
84
  {
85
85
  if(urlParams[url])
86
86
  {
87
-
88
87
  currentApplyFilterFlag=await handleParams(_$w,url,urlParams[url])
89
88
  if(currentApplyFilterFlag) {
90
89
  applyFiltering=true;
@@ -92,10 +91,7 @@ async function handleUrlParams(_$w,urlParams) {
92
91
  }
93
92
  currentApplyFilterFlag=false;
94
93
  }
95
-
96
-
97
94
  if(applyFiltering || keywordAllJobs) {
98
-
99
95
  await updateJobsAndNumbersAndFilters(_$w);
100
96
  }
101
97