sr-npm 1.7.679 → 1.7.680

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.679",
3
+ "version": "1.7.680",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -309,8 +309,11 @@ async function loadJobs(_$w) {
309
309
  let base = optionsByFieldId.get(fieldId) || [];
310
310
  console.log("base: ",base)
311
311
  const countsMap = countsByFieldId.get(fieldId) || new Map();
312
+ console.log("before if statement dontUpdateThisCheckBox: ",dontUpdateThisCheckBox)
313
+ console.log("fieldId: ",fieldId)
312
314
  if(dontUpdateThisCheckBox===fieldId)
313
315
  {
316
+ console.log("dontUpdateThisCheckBox is not null so returning")
314
317
  dontUpdateThisCheckBox=null;
315
318
  return;
316
319
  }