diff options
author | Akuket <32392661+Akuket@users.noreply.github.com> | 2018-07-17 16:07:46 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-17 16:07:46 +0200 |
commit | bf5596b20182628a6a9285c86a239b1f61b96fdf (patch) | |
tree | fbf646d39e293d2c10a41c171931280e09bf6dd3 /client/components/settings | |
parent | df54f15ecb36e105ad2116443672c99d52569958 (diff) | |
download | wekan-bf5596b20182628a6a9285c86a239b1f61b96fdf.tar.gz wekan-bf5596b20182628a6a9285c86a239b1f61b96fdf.tar.bz2 wekan-bf5596b20182628a6a9285c86a239b1f61b96fdf.zip |
patch re invit
Diffstat (limited to 'client/components/settings')
-rw-r--r-- | client/components/settings/settingBody.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/client/components/settings/settingBody.js b/client/components/settings/settingBody.js index ff563fc1..6a69fcb6 100644 --- a/client/components/settings/settingBody.js +++ b/client/components/settings/settingBody.js @@ -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() { |