瀏覽代碼

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();
 });