Page 1 of 1
Customizing the HTML browser header
Posted: Mon Nov 27, 2017 6:41 pm
by fakebrains
Are there any options to customize the HTML5 browser header ?
Once users logon to the portal their tab at the top says HTML5, is there anyway to modify / customize that so the tab is easier for the user to find ?
Thanks
Gary
Fakebrains
Re: Customizing the HTML browser header
Posted: Mon Nov 27, 2017 6:46 pm
by IvanGB
Hi Gary.
Open "C:\Program Files (x86)\TSplus\Clients\www\software\html5\settings.js".
Find line: W.setDocuTitle = function() { try { document.title = "HTML5"; } catch(b) { } }();
Replace HTML5 to your needs.
Hope it helps.
Ivan
Re: Customizing the HTML browser header
Posted: Mon Nov 27, 2017 6:49 pm
by juwagn
Hello,
check also www\software\html5\settings.js > W.setDocuTitle = function() { try { document.title = "HTML5"; } catch(b) { } }();
Re: Customizing the HTML browser header
Posted: Mon Nov 27, 2017 10:27 pm
by fakebrains
This is exactly what I was looking for.
Thank you very much