mirror of
https://github.com/thooge/esp32-nmea2000-obp60.git
synced 2025-12-15 06:53:07 +01:00
intermediate: find pipelines in DB and use existing
This commit is contained in:
@@ -65,6 +65,10 @@ const setValue=(id,value)=>{
|
||||
el.value=value;
|
||||
return;
|
||||
}
|
||||
if (el.tagName.match(/^H[0-9]/)){
|
||||
el.textContent=value;
|
||||
return;
|
||||
}
|
||||
if (el.tagName == 'A'){
|
||||
el.setAttribute('href',value);
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user