Explorar o código

Removed fetchFirmwareInfo() from domload

Thokoop hai 1 ano
pai
achega
bacd282ea5
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  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();
 });