sr-npm 1.7.755 → 1.7.756

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.755",
3
+ "version": "1.7.756",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -484,18 +484,7 @@ async function secondarySearch(_$w,query) {
484
484
  }
485
485
  }
486
486
  _$w(CAREERS_MULTI_BOXES_PAGE_CONSTS.CATEGORY_RESULTS_REPEATER).data = categoryValues;
487
- // let categroyFieldId;
488
- // for(const field of allfields) {
489
- // if(field.title==="Category") {
490
- // categroyFieldId=field._id;
491
- // break;
492
- // }
493
- // }
494
- // let categorycounts=countsByFieldId.get(categroyFieldId);
495
-
496
-
497
- //_$w(CAREERS_MULTI_BOXES_PAGE_CONSTS.JOB_RESULTS_REPEATER).data = alljobs
498
- //@@@@@@@@@@@@@@@@@
487
+
499
488
  });
500
489
  _$w(CAREERS_MULTI_BOXES_PAGE_CONSTS.SECONDARY_SEARCH_INPUT).onInput(secondarySearchDebounced);
501
490