mirror of
https://github.com/thooge/esp32-nmea2000-obp60.git
synced 2026-03-29 03:16:35 +02: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