sr-npm 1.7.1045 → 1.7.1047
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
|
@@ -288,12 +288,10 @@ async function loadJobsRepeater(_$w) {
|
|
|
288
288
|
else{
|
|
289
289
|
originalOptions=value
|
|
290
290
|
}
|
|
291
|
-
|
|
292
291
|
optionsByFieldId.set(key, originalOptions);
|
|
293
292
|
for (const val of allvaluesobjects) {
|
|
294
293
|
counter[val.title]=val.count
|
|
295
294
|
}
|
|
296
|
-
|
|
297
295
|
countsByFieldId.set(key, new Map(originalOptions.map(o => [o.value, counter[o.label]])));
|
|
298
296
|
updateOptionsUI(_$w,field.title, field._id, ''); // no search query
|
|
299
297
|
_$w(`#${FiltersIds[field.title]}CheckBox`).selectedIndices = []; // start empty
|