Skip to content

Commit 4f5c9d9

Browse files
committed
adding back marketing zones for BlueConic test
1 parent 241a51f commit 4f5c9d9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

lib/locker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ const locker = {
2525
// user info
2626
user: {
2727
isSubscriber() {
28-
return true;
28+
return false;
2929
},
3030

3131
isLoggedIn() {

lib/story.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ export function render(locker) {
2424
zones.ignore("zone-el-16");
2525

2626
// Delete these zones
27-
zones.remove("zone-el-102");
28-
zones.remove("zone-el-104");
27+
// zones.remove("zone-el-102");
28+
// zones.remove("zone-el-104");
2929

3030
// Remove the combo zone containers
3131
combos.forEach(ele => ele.remove());

0 commit comments

Comments
 (0)