Skip to content

Commit 83cb736

Browse files
committed
Merge branch 'develop'
2 parents 8dddb81 + 8fd68eb commit 83cb736

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

lib/story.js

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -66,28 +66,6 @@ export async function render() {
6666
}
6767
}
6868

69-
/*
70-
* Non Subscriber changes
71-
*/
72-
73-
if(!subscriber) {
74-
if(locker.getConfig("zone.zeeto")) {
75-
let zeeto = new zones.Zone("zone-zeeto-contests");
76-
zeeto.dataset.market = market;
77-
zeeto.zephr("zone-zeeto-contests", market);
78-
zeeto.after("zone-el-101");
79-
80-
// Track the impression
81-
zones.track("zeeto-contest-zone", "zeeto impression");
82-
83-
// Track a click
84-
zeeto.element.addEventListener("clicked", (e) => {
85-
zones.track("zeeto-contest-zone", "zeeto clicked");
86-
location.assign(e.detail.url);
87-
});
88-
}
89-
}
90-
9169
// Distribute and render
9270
zones.distribute(cadence);
9371
zones.render()

0 commit comments

Comments
 (0)