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.
2 parents 8dddb81 + 8fd68eb commit 83cb736Copy full SHA for 83cb736
lib/story.js
@@ -66,28 +66,6 @@ export async function render() {
66
}
67
68
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
91
// Distribute and render
92
zones.distribute(cadence);
93
zones.render()
0 commit comments