sr-npm 1.7.1188 → 1.7.1190

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.1188",
3
+ "version": "1.7.1190",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -10,7 +10,6 @@ const {
10
10
  } = require('../public/utils');
11
11
 
12
12
 
13
-
14
13
  async function positionPageOnReady(_$w) {
15
14
  console.log("positionPageOnReady called");
16
15
  await bind(_$w);
@@ -95,7 +94,7 @@ async function getCategoryValue(customValues) {
95
94
  }
96
95
  else {
97
96
  _$w('#referFriendButton').target="_blank";
98
- _$w('#referFriendButton').link=item.applyLink;
97
+ _$w('#referFriendButton').link=item.referFriendLink;
99
98
  }
100
99
  }
101
100
  }
@@ -153,4 +153,5 @@ return count > 0;
153
153
 
154
154
  module.exports = {
155
155
  handlePrimarySearch,
156
+ queryPrimarySearchResults
156
157
  }