Преглед изворни кода

Removed fetchFirmwareInfo() from domload

Thokoop пре 1 година
родитељ
комит
bacd282ea5
1 измењених фајлова са 0 додато и 1 уклоњено
  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();
 });