diff --git a/js/storage.js b/js/storage.js index ce4ea6c..4b07b08 100644 --- a/js/storage.js +++ b/js/storage.js @@ -182,6 +182,10 @@ export const apiSettings = { }, async refreshInstances() { + this.instancesLoaded = false; + this._loadPromise = null; + localStorage.removeItem(this.STORAGE_KEY); + const instances = await this.loadInstancesFromGitHub(); const shuffle = (array) => {