Merge pull request #53 from pboyd04/AllowPageTitleOverride

Allow Page Title Override
This commit is contained in:
Max Stockner 2018-07-09 23:21:36 +02:00 committed by GitHub
commit fa0e78c5b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -62,6 +62,10 @@
$('#sliders').empty();
setup = msg.setup
devices = msg.devices
if(setup.title !== undefined) {
document.title = setup.title;
}
/* preset buttons */
for(var preset in setup.presets) {