disable reload for now
This commit is contained in:
parent
d37b8a5bc0
commit
8397f313c9
@ -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