diff --git a/pkg/service/handlers/web/js/script.js b/pkg/service/handlers/web/js/script.js index 85f7368..ca05cd0 100644 --- a/pkg/service/handlers/web/js/script.js +++ b/pkg/service/handlers/web/js/script.js @@ -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('?');