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:
parent
e9d6f9a291
commit
5530a4536b
@ -187,7 +187,7 @@ beestat.layer.load.prototype.decorate_ = function(parent) {
|
|||||||
|
|
||||||
// Set the document title to include the thermostat name
|
// Set the document title to include the thermostat name
|
||||||
if (thermostat.name !== null && thermostat.name.trim() !== '') {
|
if (thermostat.name !== null && thermostat.name.trim() !== '') {
|
||||||
document.title = 'beestat | ' + thermostat.name;
|
document.title = 'beestat • ' + thermostat.name;
|
||||||
} else {
|
} else {
|
||||||
document.title = 'beestat';
|
document.title = 'beestat';
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user