sr-npm 1.7.987 → 1.7.988

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.987",
3
+ "version": "1.7.988",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -96,7 +96,6 @@ function loadPrimarySearchRepeater(_$w) {
96
96
  console.log(typeof clickedItemData[linkKey]);
97
97
  console.log(clickedItemData[linkKey].toString().includes("copy-of-jobs"));
98
98
  if(clickedItemData[linkKey].includes("copy-of-jobs")) {
99
-
100
99
  clickedItemData[linkKey]=clickedItemData[linkKey].replace("copy-of-jobs","jobs")
101
100
  }
102
101
  console.log("new link: ",clickedItemData[linkKey]);