Add email list accessible by edit button in settings
This commit is contained in:
@@ -55,6 +55,8 @@ window.availableProfiles = window.availableProfiles || [];
|
||||
window.modals.announce = new Modal(document.getElementById("modal-announce"));
|
||||
|
||||
window.modals.editor = new Modal(document.getElementById("modal-editor"));
|
||||
|
||||
window.modals.customizeEmails = new Modal(document.getElementById("modal-customize"));
|
||||
})();
|
||||
|
||||
var inviteCreator = new createInvite();
|
||||
|
||||
Reference in New Issue
Block a user