From e6290cc058779ea6d034bf487f296190b27d7d00 Mon Sep 17 00:00:00 2001 From: Arthur Lu Date: Sat, 17 Dec 2022 17:52:20 -0800 Subject: [PATCH] remove periodic refresh in favor of refresh as needed --- scripts/index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/index.js b/scripts/index.js index 54f6018..79df572 100644 --- a/scripts/index.js +++ b/scripts/index.js @@ -4,7 +4,6 @@ window.addEventListener("DOMContentLoaded", init); async function init () { await populateInstances(); - //setInterval(populateInstances, 1000); } async function populateInstances () {