Allow Page Title Override

This commit is contained in:
Patrick Boyd 2018-07-01 16:39:24 -05:00
parent 5b28517c71
commit 68fa8163d7
1 changed files with 5 additions and 1 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) {
@ -151,4 +155,4 @@
</div>
</div>
</body>
</html>
</html>