diff --git a/Client/index.html b/Client/index.html index 42acb1f..8239394 100644 --- a/Client/index.html +++ b/Client/index.html @@ -258,11 +258,6 @@ Alpine.store('data',data['main']) if (data['name']){ Alpine.store('data',data); } - for(c in data['connections']){ - fetchback(data['connections'][c]['location']+'/.well-known/interverse',function(data){ - Alpine.store[data['location'],data] - }); - } }); interverse_data(url.replace("https://",'').replace('http://','').replace('/',''), function (data) { console.log("Initializing interverse...")