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