sr-npm 1.7.932 → 1.7.933

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/backend/consts.js CHANGED
@@ -112,7 +112,6 @@ const supportTeamsPageIds={
112
112
  "Noel Leeming Services",
113
113
  "Sustainability"
114
114
  ])
115
-
116
115
  }
117
116
  const LINKS={
118
117
  myApplication:'https://www.smartrecruiters.com/app/employee-portal/68246e5512d84f4c00a19e62/job-applications',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sr-npm",
3
- "version": "1.7.932",
3
+ "version": "1.7.933",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -67,7 +67,7 @@ function loadPrimarySearchRepeater(_$w) {
67
67
  });
68
68
 
69
69
  _$w(CAREERS_MULTI_BOXES_PAGE_CONSTS.JOB_RESULTS_REPEATER_ITEM).onClick((event) => {
70
- const data = _$w(CAREERS_MULTI_BOXES_PAGE_CONSTS.JOB_RESULTS_REPEATER_ITEM).data;
70
+ const data = _$w(CAREERS_MULTI_BOXES_PAGE_CONSTS.JOB_RESULTS_REPEATER).data;
71
71
  const clickedItemData = data.find(
72
72
  (item) => item._id === event.context.itemId,
73
73
  );
@@ -36,7 +36,7 @@ async function handleRecentJobsSection(_$w) {
36
36
  $item(supportTeamsPageIds.JOB_LOCATION).text = itemData.location.fullLocation;
37
37
 
38
38
  });
39
-
39
+
40
40
  _$w(supportTeamsPageIds.RECENTLEY_ADDED_JOBS).data = latestsJobs;
41
41
  _$w(supportTeamsPageIds.RECENTLEY_ADDED_JOBS_ITEM).onClick((event) => {
42
42
  const data = _$w(supportTeamsPageIds.RECENTLEY_ADDED_JOBS).data;