disable reload for now

This commit is contained in:
Arthur Lu 2022-12-17 16:15:28 -08:00
parent 4153d7f76c
commit 3d902a745d

View File

@ -4,7 +4,7 @@ window.addEventListener("DOMContentLoaded", init);
async function init () { async function init () {
await populateInstances(); await populateInstances();
setInterval(populateInstances, 1000); //setInterval(populateInstances, 1000);
} }
async function populateInstances () { async function populateInstances () {