mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-04 17:04:59 +03: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:
parent
0db1874095
commit
535f9070bc
@ -35,7 +35,7 @@ function handleTokenUrl() {
|
||||
}
|
||||
|
||||
function setup() {
|
||||
const allowDataAttributeHandling = false;
|
||||
const allowDataAttributeHandling = true;
|
||||
loadStripe();
|
||||
addRootDiv();
|
||||
if (allowDataAttributeHandling) {
|
||||
|
Loading…
Reference in New Issue
Block a user