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
1 changed files with 1 additions and 1 deletions

View File

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