fix(web): parallelize independent startup calls again

This commit is contained in:
Tobias Gesellchen
2026-05-18 22:21:28 +02:00
parent 92917e4375
commit b3b2d9d262
+1 -1
View File
@@ -1586,9 +1586,9 @@ function formatXML(xml) {
document.addEventListener("DOMContentLoaded", async () => {
fetchSettings();
await fetchDevices();
triggerDiscovery();
fetchVersion();
await fetchDevices();
const hash = window.location.hash.slice(1);
const [tabId, extra] = hash.split('?');