diff options
author | Lauri Ojansivu <x@xet7.org> | 2018-12-15 20:39:01 +0200 |
---|---|---|
committer | Lauri Ojansivu <x@xet7.org> | 2018-12-15 20:39:01 +0200 |
commit | dbb1a86ca377e551063cc04c5189fad4aa9148c0 (patch) | |
tree | 0c2eebc93e53c0416faa56b31fb0bebd9af60ca1 /client/components | |
parent | c066883dbd76110be19d75bd77ef2a0270dadda2 (diff) | |
download | wekan-dbb1a86ca377e551063cc04c5189fad4aa9148c0.tar.gz wekan-dbb1a86ca377e551063cc04c5189fad4aa9148c0.tar.bz2 wekan-dbb1a86ca377e551063cc04c5189fad4aa9148c0.zip |
- Admin Panel / Layout / Custom Product Name now changes webpage title.
Thanks to xet7 !
Related #1196
Diffstat (limited to 'client/components')
-rw-r--r-- | client/components/settings/settingBody.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/client/components/settings/settingBody.js b/client/components/settings/settingBody.js index ddb4cd0f..3f6f36f4 100644 --- a/client/components/settings/settingBody.js +++ b/client/components/settings/settingBody.js @@ -155,6 +155,8 @@ BlazeComponent.extendComponent({ this.setLoading(false); } + DocHead.setTitle(productName); + saveMailServerInfo(); }, |