remove commented code

This commit is contained in:
Arthur Lu 2023-02-13 04:15:46 +00:00
parent e7973db190
commit 7e36a8c835

View File

@ -1,12 +1,6 @@
import {requestPVE, requestAPI, goToPage, getURIData, reload, resources} from "./utils.js"; import {requestPVE, requestAPI, goToPage, getURIData, reload, resources} from "./utils.js";
import { Dialog } from "./elements.js"; import { Dialog } from "./elements.js";
/*
setInterval(async () => {
await getConfig();
populateDisk();
}, 1000);*/
window.addEventListener("DOMContentLoaded", init); // do the dumb thing where the disk config refreshes every second window.addEventListener("DOMContentLoaded", init); // do the dumb thing where the disk config refreshes every second
let diskMetaData = resources.disk; let diskMetaData = resources.disk;