whatsapp_bridge/ui/index.html aktualisiert

No important changes. Just little fixes.
This commit is contained in:
2026-06-15 07:11:39 +00:00
parent 332f386b10
commit 76ffd36d2a

View File

@@ -40,7 +40,6 @@
</div>
<script>
// Erkennt den aktuellen Pfad (wichtig für HA Ingress)
const getBaseUrl = () => {
const path = window.location.pathname;
return path.endsWith('/') ? path : path + '/';
@@ -90,7 +89,6 @@
}
}
// Alle 3 Sekunden aktualisieren
setInterval(update, 3000);
update();
</script>