@financial-times/n-myft-ui 30.2.2 → 30.2.3
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/myft/ui/myft-buttons/init.js +1 -1
- package/package.json +1 -1
- package/secrets.js +1 -0
|
@@ -38,7 +38,7 @@ function anonEventListeners (flags = {}) {
|
|
|
38
38
|
// 11/5/23 - US Growth test for Free Article Demand, see https://financialtimes.atlassian.net/browse/UG-1191
|
|
39
39
|
// This will be cleaned up after the test as part of https://financialtimes.atlassian.net/browse/UG-1221
|
|
40
40
|
if (flags.get && flags.get('podcastReferral')) {
|
|
41
|
-
messages.saved = `<a href="/register/access?multistepRegForm=multistep" data-trackable="Register">Register</a> for free or <a href="${signInLink}" data-trackable="Sign In">sign in</a> to save this article`;
|
|
41
|
+
messages.saved = `<a href="/register/access?multistepRegForm=multistep?segmentID=ce23dd51-4421-32fc-23df-30099f38f1a4" data-trackable="Register">Register</a> for free or <a href="${signInLink}" data-trackable="Sign In">sign in</a> to save this article`;
|
|
42
42
|
};
|
|
43
43
|
|
|
44
44
|
['followed', 'saved'].forEach(action => {
|
package/package.json
CHANGED
package/secrets.js
CHANGED
|
@@ -4,6 +4,7 @@ module.exports = {
|
|
|
4
4
|
'38d9c080-3301-11ea-9616-d1b31132c269', // components/unread-articles-indicator/README.md:3
|
|
5
5
|
'11df4800-391a-11ea-973b-4a52933561ab', // components/unread-articles-indicator/README.md:67
|
|
6
6
|
'190b4443-dc03-bd53-e79b-b4b6fbd04e64', // segment ID for subscribe URL
|
|
7
|
+
'ce23dd51-4421-32fc-23df-30099f38f1a4', // segment ID for USG test https://financialtimes.atlassian.net/browse/UG-1191
|
|
7
8
|
'xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx', // regex for uuid generator
|
|
8
9
|
'a5676e20-5c92-47f3-a76c-11f9761121f5' // test/navigationAlphaTest.spec.js
|
|
9
10
|
]
|