wait for domn content loaded

This commit is contained in:
Mario
2026-03-02 08:48:14 +00:00
parent fd69008484
commit ae0e82ee3a

View File

@@ -75,5 +75,7 @@
}
}
status_update_monitor.start();
document.addEventListener("DOMContentLoaded", function() {
status_update_monitor.start();
});
</script>