We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab6f5e9 commit 293d7d7Copy full SHA for 293d7d7
lib/story.js
@@ -18,6 +18,7 @@ export async function render(locker) {
18
const subscriber = locker.user.isSubscriber();
19
const market = locker.getConfig("marketInfo.domain");
20
const taxonomy = locker.getConfig("marketInfo.taxonomy");
21
+ const credit = locker.getConfig("articleCredit");
22
23
// Page elements
24
const wps = document.querySelectorAll(".story-body [id^=zone-el]");
@@ -40,7 +41,7 @@ export async function render(locker) {
40
41
* Money.com CTAs
42
*/
43
- if(locker.getConfig("zone.moneycom")) {
44
+ if(locker.getConfig("zone.moneycom") && credit != "Paradise Media") {
45
let money = new zones.Zone("zone-moneycom");
46
money.zephr("zone-moneycom", market);
47
money.after("zone-el-101");
0 commit comments