mirror of
https://github.com/beestat/app.git
synced 2025-05-23 18:04:14 -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
|
||||
if (thermostat.name !== null && thermostat.name.trim() !== '') {
|
||||
document.title = 'beestat | ' + thermostat.name;
|
||||
document.title = 'beestat • ' + thermostat.name;
|
||||
} else {
|
||||
document.title = 'beestat';
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user