sr-npm 1.7.1006 → 1.7.1008
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
|
@@ -68,7 +68,7 @@ async function handleUrlParams(_$w,urlParams) {
|
|
|
68
68
|
keywordAllJobs=_$w(CAREERS_MULTI_BOXES_PAGE_CONSTS.JOB_RESULTS_REPEATER).data;
|
|
69
69
|
}
|
|
70
70
|
console.log("possibleUrlParams: ",possibleUrlParams)
|
|
71
|
-
for(
|
|
71
|
+
for (const url of possibleUrlParams)
|
|
72
72
|
{
|
|
73
73
|
console.log(url)
|
|
74
74
|
console.log("urlParams[url]: ",urlParams[url])
|
|
@@ -224,8 +224,9 @@ async function handleParams(_$w,param,values) {
|
|
|
224
224
|
} else {
|
|
225
225
|
selectedByField.delete(fieldId);
|
|
226
226
|
console.log("url values to remove: ",fieldTitle);
|
|
227
|
-
queryParams.remove([fieldTitle ]);
|
|
228
227
|
|
|
228
|
+
queryParams.remove([fieldTitle ]);
|
|
229
|
+
|
|
229
230
|
}
|
|
230
231
|
|
|
231
232
|
|