Skip to content

Commit 363a23e

Browse files
committed
making zeeto ad redirect the page
1 parent aadcfb8 commit 363a23e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/story.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ export async function render() {
8484
// Track a click
8585
zeeto.element.addEventListener("clicked", (e) => {
8686
zones.track("zeeto-contest-zone", "zeeto clicked");
87-
console.log(e.detail.url);
87+
location.assign(e.detail.url);
8888
});
8989
}
9090
}

0 commit comments

Comments
 (0)