sr-npm 1.7.185 → 1.7.186

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.185",
3
+ "version": "1.7.186",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
package/pages/homePage.js CHANGED
@@ -37,7 +37,7 @@ async function homePageOnReady(_$w,thisObject) {
37
37
  longitude: location.longitude
38
38
  },
39
39
  address: item.locationAddress.formatted,
40
- description: `<a href="${cityLinkUrl}" target="_parent" rel="noopener noreferrer" style="color:#000000;text-decoration:underline;font-weight:bold;">View ${item.count} Open Positions</a>`,
40
+ description: `View ${item.count} Open Positions`,
41
41
  title: item.title, // Show the actual city name in title
42
42
  linkUrl: cityLinkUrl
43
43
  };