0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-17 23:44:39 -05:00

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
This commit is contained in:
Rish 2020-05-28 20:41:28 +05:30
parent 0db1874095
commit 535f9070bc

View file

@ -35,7 +35,7 @@ function handleTokenUrl() {
} }
function setup() { function setup() {
const allowDataAttributeHandling = false; const allowDataAttributeHandling = true;
loadStripe(); loadStripe();
addRootDiv(); addRootDiv();
if (allowDataAttributeHandling) { if (allowDataAttributeHandling) {