Skip to content

Commit

Permalink
do not remove dashboard page accidently when restarting
Browse files Browse the repository at this point in the history
andreas committed Nov 24, 2024
1 parent 3c19819 commit 7fead48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/index.js
Original file line number Diff line number Diff line change
@@ -1798,7 +1798,7 @@
let id = el.getAttribute('id');
if (id) {
if (!names[id.replace(/^frame_/, '')]) {
el.parentElement.remove();
el.remove();
}
}
});

0 comments on commit 7fead48

Please sign in to comment.