disable reload for now
This commit is contained in:
parent
4153d7f76c
commit
3d902a745d
@ -4,7 +4,7 @@ window.addEventListener("DOMContentLoaded", init);
|
||||
|
||||
async function init () {
|
||||
await populateInstances();
|
||||
setInterval(populateInstances, 1000);
|
||||
//setInterval(populateInstances, 1000);
|
||||
}
|
||||
|
||||
async function populateInstances () {
|
||||
|
Loading…
Reference in New Issue
Block a user