sr-npm 1.7.193 → 1.7.194

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.193",
3
+ "version": "1.7.194",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -92,6 +92,7 @@ async function handleUrlParams(_$w) {
92
92
  await handleDepartmentParam(_$w,queryDepartmentVar);
93
93
  }
94
94
  if (queryLocationVar) {
95
+ console.log("queryLocationVar:@!#$#@%^%$&%&^%&^% ", queryLocationVar);
95
96
  await handleLocationParam(_$w,queryLocationVar);
96
97
  }
97
98
  }
package/pages/homePage.js CHANGED
@@ -35,6 +35,7 @@ async function homePageOnReady(_$w,thisObject) {
35
35
  longitude: location.longitude
36
36
  },
37
37
  address: item.locationAddress.formatted,
38
+ title: item.title,
38
39
  link: cityLinkUrl,
39
40
  linkTitle:`View ${item.count} Open Positions`
40
41
  };