whatsapp_bridge/ui/index.html aktualisiert
No important changes. Just little fixes.
This commit is contained in:
@@ -40,7 +40,6 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
// Erkennt den aktuellen Pfad (wichtig für HA Ingress)
|
|
||||||
const getBaseUrl = () => {
|
const getBaseUrl = () => {
|
||||||
const path = window.location.pathname;
|
const path = window.location.pathname;
|
||||||
return path.endsWith('/') ? path : path + '/';
|
return path.endsWith('/') ? path : path + '/';
|
||||||
@@ -90,7 +89,6 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Alle 3 Sekunden aktualisieren
|
|
||||||
setInterval(update, 3000);
|
setInterval(update, 3000);
|
||||||
update();
|
update();
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
Reference in New Issue
Block a user