whatsapp_bridge/ui/index.html aktualisiert
No important changes. Just little fixes.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user