Sfoglia il codice sorgente

Removed fetchFirmwareInfo() from domload

Thokoop 1 anno fa
parent
commit
bacd282ea5
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. 0 1
      static/js/main.js

+ 0 - 1
static/js/main.js

@@ -1835,6 +1835,5 @@ document.addEventListener('DOMContentLoaded', () => {
     if (document.hasFocus()) {
         updateInterval = setInterval(updateCurrentlyPlaying, 5000);
     }
-    fetchFirmwareInfo();
     checkForUpdates();
 });