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