sr-npm 1.7.1035 → 1.7.1037
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
|
@@ -368,9 +368,7 @@ function getValueFromValueId(valueIds,value) {
|
|
|
368
368
|
console.log("valueLabels: ",valueLabels);
|
|
369
369
|
return valueLabels
|
|
370
370
|
}
|
|
371
|
-
|
|
372
371
|
|
|
373
|
-
|
|
374
372
|
async function updateJobsAndNumbersAndFilters(_$w,clearAll=false) {
|
|
375
373
|
await applyJobFilters(_$w); // re-query jobs
|
|
376
374
|
await refreshFacetCounts(_$w,clearAll); // recompute and update counts in all lists
|