From 5530a4536bba89ddc5289fd8202820033cb3372e Mon Sep 17 00:00:00 2001 From: Jon Ziebell Date: Sun, 18 May 2025 06:11:47 -0400 Subject: [PATCH] Updated title slightly --- js/layer/load.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/layer/load.js b/js/layer/load.js index 537589a..853debe 100644 --- a/js/layer/load.js +++ b/js/layer/load.js @@ -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'; }