From 535f9070bc9bb79523e7fac8acc6791d36437651 Mon Sep 17 00:00:00 2001 From: Rish Date: Thu, 28 May 2020 20:41:28 +0530 Subject: [PATCH] Enabled data attribute handling for existing members script feature no issue - This was disabled before last release to not overlap with existing member's script in latest version - Enabled again to handle data attributes in a theme same as existing script --- ghost/portal/src/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghost/portal/src/index.js b/ghost/portal/src/index.js index b2494d7721..223e24109e 100644 --- a/ghost/portal/src/index.js +++ b/ghost/portal/src/index.js @@ -35,7 +35,7 @@ function handleTokenUrl() { } function setup() { - const allowDataAttributeHandling = false; + const allowDataAttributeHandling = true; loadStripe(); addRootDiv(); if (allowDataAttributeHandling) {