diff options
author | Lauri Ojansivu <x@xet7.org> | 2018-12-15 21:55:20 +0200 |
---|---|---|
committer | Lauri Ojansivu <x@xet7.org> | 2018-12-15 21:55:20 +0200 |
commit | ab031d9da134aa13490a26dbe97ad2d7d01d534a (patch) | |
tree | e1df011a8151439aef4e4d46889b52be80557547 | |
parent | 209a76c5cea4e641a9d60fe9597c3bc820a7e766 (diff) | |
download | wekan-ab031d9da134aa13490a26dbe97ad2d7d01d534a.tar.gz wekan-ab031d9da134aa13490a26dbe97ad2d7d01d534a.tar.bz2 wekan-ab031d9da134aa13490a26dbe97ad2d7d01d534a.zip |
- Remove not working duplicate saveMailServerInfo, to remove
error from browser dev tools console.
Thanks to xet7 !
-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 3f6f36f4..ba5b4f47 100644 --- a/client/components/settings/settingBody.js +++ b/client/components/settings/settingBody.js @@ -157,8 +157,6 @@ BlazeComponent.extendComponent({ DocHead.setTitle(productName); - saveMailServerInfo(); - }, sendSMTPTestEmail() { |