mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-10 23:36:14 -05:00
Removed default initialization for members script
no issue We need to initialize members script with data passed down from the theme atm, the default initialization is only useful for quick local testing and UI development but not when script is used directly inside a theme.
This commit is contained in:
parent
bab35b3637
commit
f7f683bfc0
1 changed files with 2 additions and 1 deletions
|
@ -13,7 +13,8 @@ function initMembersJS(data) {
|
|||
);
|
||||
}
|
||||
|
||||
initMembersJS();
|
||||
// Uncomment for local UI testing
|
||||
// initMembersJS({site: {blogUrl: "", adminUrl: ""}});
|
||||
|
||||
window.GhostMembers = {
|
||||
initMembersJS: initMembersJS
|
||||
|
|
Loading…
Add table
Reference in a new issue