patch re invit

This commit is contained in:
Akuket 2018-07-17 16:07:46 +02:00 committed by GitHub
parent df54f15ecb
commit bf5596b201
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -82,7 +82,6 @@ BlazeComponent.extendComponent({
},
inviteThroughEmail() {
/* eslint-disable no-console */
const emails = $('#email-to-invite').val().trim().split('\n').join(',').split(',');
const boardsToInvite = [];
$('.js-toggle-board-choose .materialCheckBox.is-checked').each(function () {
@ -104,7 +103,6 @@ BlazeComponent.extendComponent({
this.setLoading(false);
});
}
/* eslint-enable no-console */
},
saveMailServerInfo() {