sr-npm 1.7.1044 → 1.7.1046
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
|
@@ -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
|
|
|
@@ -292,7 +288,6 @@ async function loadJobsRepeater(_$w) {
|
|
|
292
288
|
else{
|
|
293
289
|
originalOptions=value
|
|
294
290
|
}
|
|
295
|
-
|
|
296
291
|
optionsByFieldId.set(key, originalOptions);
|
|
297
292
|
for (const val of allvaluesobjects) {
|
|
298
293
|
counter[val.title]=val.count
|