- Admin Panel / Layout / Custom Product Name now changes webpage title.

Thanks to xet7 !

Related #1196
This commit is contained in:
Lauri Ojansivu 2018-12-15 20:39:01 +02:00
parent c066883dbd
commit dbb1a86ca3
6 changed files with 55 additions and 15 deletions

View file

@ -155,6 +155,8 @@ BlazeComponent.extendComponent({
this.setLoading(false);
}
DocHead.setTitle(productName);
saveMailServerInfo();
},