1
0
mirror of https://github.com/beestat/app.git synced 2025-05-24 02:14:03 -04:00

Updated title slightly

This commit is contained in:
Jon Ziebell 2025-05-18 06:11:47 -04:00
parent e9d6f9a291
commit 5530a4536b

View File

@ -187,7 +187,7 @@ beestat.layer.load.prototype.decorate_ = function(parent) {
// Set the document title to include the thermostat name
if (thermostat.name !== null && thermostat.name.trim() !== '') {
document.title = 'beestat | ' + thermostat.name;
document.title = 'beestat ' + thermostat.name;
} else {
document.title = 'beestat';
}