mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-04-01 02:41:39 -05:00
Added default initialization for local development
no issue
This commit is contained in:
parent
f4f5a8331d
commit
b782048421
1 changed files with 2 additions and 0 deletions
|
@ -13,6 +13,8 @@ function initMembersJS(data) {
|
|||
);
|
||||
}
|
||||
|
||||
initMembersJS();
|
||||
|
||||
window.GhostMembers = {
|
||||
initMembersJS: initMembersJS
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue