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:
parent
0db1874095
commit
535f9070bc
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ function handleTokenUrl() {
|
||||||
}
|
}
|
||||||
|
|
||||||
function setup() {
|
function setup() {
|
||||||
const allowDataAttributeHandling = false;
|
const allowDataAttributeHandling = true;
|
||||||
loadStripe();
|
loadStripe();
|
||||||
addRootDiv();
|
addRootDiv();
|
||||||
if (allowDataAttributeHandling) {
|
if (allowDataAttributeHandling) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue