remove commented code
This commit is contained in:
parent
6c2d6e9ca2
commit
f989f7fc13
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user