sr-npm 1.7.1096 → 1.7.1097

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.1096",
3
+ "version": "1.7.1097",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -149,11 +149,10 @@ async function handleUrlParams(_$w,urlParams) {
149
149
  currentApplyFilterFlag=false;
150
150
  }
151
151
  if(applyFiltering || keywordAllJobs) {
152
- ActivateURLOnchange=false;
152
+
153
153
  console.log("inside handleUrlParams ActivateURLOnchange before: ",ActivateURLOnchange);
154
154
  await updateJobsAndNumbersAndFilters(_$w);
155
- ActivateURLOnchange=true;
156
- console.log("inside handleUrlParams ActivateURLOnchange after: ",ActivateURLOnchange);
155
+
157
156
  }
158
157
 
159
158
  if(urlParams.page) {