Skip to content

Commit 293d7d7

Browse files
committed
ignoring paradise media stories for money.com zone/cta
1 parent ab6f5e9 commit 293d7d7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/story.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ export async function render(locker) {
1818
const subscriber = locker.user.isSubscriber();
1919
const market = locker.getConfig("marketInfo.domain");
2020
const taxonomy = locker.getConfig("marketInfo.taxonomy");
21+
const credit = locker.getConfig("articleCredit");
2122

2223
// Page elements
2324
const wps = document.querySelectorAll(".story-body [id^=zone-el]");
@@ -40,7 +41,7 @@ export async function render(locker) {
4041
* Money.com CTAs
4142
*/
4243

43-
if(locker.getConfig("zone.moneycom")) {
44+
if(locker.getConfig("zone.moneycom") && credit != "Paradise Media") {
4445
let money = new zones.Zone("zone-moneycom");
4546
money.zephr("zone-moneycom", market);
4647
money.after("zone-el-101");

0 commit comments

Comments
 (0)