mirror of
https://github.com/bckelley/cgm-remote-monitor.git
synced 2026-08-24 03:14:12 -05:00
Adding custom title to page title
This commit is contained in:
@@ -45,6 +45,7 @@ function getBrowserSettings(storage) {
|
||||
if (json.customTitle) {
|
||||
$("h1.customTitle").html(json.customTitle);
|
||||
$("input#customTitle").prop("value", json.customTitle);
|
||||
document.title = "Nightscout: " + json.customTitle;
|
||||
}
|
||||
|
||||
return json;
|
||||
|
||||
Reference in New Issue
Block a user