Explorar el Código

Removed fetchFirmwareInfo() from domload

Thokoop hace 1 año
padre
commit
bacd282ea5
Se han modificado 1 ficheros con 0 adiciones y 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();
 });