1
0
mirror of https://github.com/thooge/esp32-nmea2000-obp60.git synced 2025-12-13 05:53:06 +01:00

do not remove dashboard page accidently when restarting

This commit is contained in:
andreas
2024-11-24 18:31:46 +01:00
parent 3c198194aa
commit 7fead48b9d

View File

@@ -1798,7 +1798,7 @@
let id = el.getAttribute('id');
if (id) {
if (!names[id.replace(/^frame_/, '')]) {
el.parentElement.remove();
el.remove();
}
}
});