sfc-utils 1.3.60 → 1.3.61
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/index.js +5 -0
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -36,6 +36,10 @@ let blendHDN = function(meta){
|
|
|
36
36
|
meta = getSettings()
|
|
37
37
|
meta.URL_ADD = url_add
|
|
38
38
|
}
|
|
39
|
+
let sailthru = ""
|
|
40
|
+
if (meta.SAIL_CUST){
|
|
41
|
+
sailthru = meta.SAIL_CUST
|
|
42
|
+
}
|
|
39
43
|
|
|
40
44
|
// Set vars with the new object
|
|
41
45
|
let {
|
|
@@ -202,6 +206,7 @@ let blendHDN = function(meta){
|
|
|
202
206
|
siteId: '35',
|
|
203
207
|
siteUrl: siteDomain,
|
|
204
208
|
timeZone: 'Pacific',
|
|
209
|
+
sailthruId: sailthru
|
|
205
210
|
}
|
|
206
211
|
|
|
207
212
|
// Create author for analytics here
|