sr-npm 1.7.1196 → 1.7.1197

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.1196",
3
+ "version": "1.7.1197",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
package/pages/homePage.js CHANGED
@@ -93,8 +93,9 @@ function bindTeamRepeater(_$w) {
93
93
  }
94
94
  else
95
95
  {
96
- console.log("check SR templates and do this ")
97
-
96
+ const clickedItemData = $item("#dataset1").getCurrentItem()
97
+ const department = encodeURIComponent(clickedItemData.title);
98
+ location.to(`/positions?department=${department}`);
98
99
  }
99
100
  });
100
101