sr-npm 1.7.681 → 1.7.682

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sr-npm",
3
- "version": "1.7.681",
3
+ "version": "1.7.682",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -166,6 +166,8 @@ async function loadJobs(_$w) {
166
166
  _$w(`#${FiltersIds[field.title]}CheckBox`).selectedIndices = []; // start empty
167
167
  //_$w("#CategoryCheckBox").options = valuesByFieldId.get(elemenet);
168
168
  _$w(`#${FiltersIds[field.title]}CheckBox`).onChange(async (ev) => {
169
+ console.log("valuesByFieldId: ",valuesByFieldId)
170
+ console.log("fields: ",fields)
169
171
  dontUpdateThisCheckBox=field._id;
170
172
  console.log("dontUpdateThisCheckBox ",dontUpdateThisCheckBox)
171
173
  const selected = ev.target.value; // array of selected value IDs