mirror of
https://github.com/thooge/esp32-nmea2000-obp60.git
synced 2025-12-16 07:23:07 +01:00
#10: use the system name as page headline and title
This commit is contained in:
@@ -98,6 +98,12 @@ function resetForm(ev) {
|
||||
el.dispatchEvent(changeEvent);
|
||||
}
|
||||
}
|
||||
let name=jsonData.systemName;
|
||||
if (name){
|
||||
let el=document.getElementById('headline');
|
||||
if (el) el.textContent=name;
|
||||
document.title=name;
|
||||
}
|
||||
});
|
||||
}
|
||||
function checkMaxClients(v) {
|
||||
|
||||
Reference in New Issue
Block a user