mirror of
https://github.com/wekan/wekan.git
synced 2025-04-22 21:17:18 -04:00
patch re invit
This commit is contained in:
parent
df54f15ecb
commit
bf5596b201
1 changed files with 0 additions and 2 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue