mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-03 23:00:14 -05:00
Update packages/members/layer2/index.js
This commit is contained in:
parent
52759bceb1
commit
dacd58c768
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ function hide (el) {
|
|||
}
|
||||
|
||||
module.exports = {
|
||||
init: function init(options) {
|
||||
init: function init() {
|
||||
var members = Members.create();
|
||||
|
||||
var signin = document.querySelector('[data-members-signin]');
|
||||
|
|
Loading…
Add table
Reference in a new issue