From 3d902a745d0325080afdb1c23fb2f6440b9b5d3d Mon Sep 17 00:00:00 2001 From: Arthur Lu Date: Sat, 17 Dec 2022 16:15:28 -0800 Subject: [PATCH] disable reload for now --- scripts/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/index.js b/scripts/index.js index 9c2beb5..54f6018 100644 --- a/scripts/index.js +++ b/scripts/index.js @@ -4,7 +4,7 @@ window.addEventListener("DOMContentLoaded", init); async function init () { await populateInstances(); - setInterval(populateInstances, 1000); + //setInterval(populateInstances, 1000); } async function populateInstances () {