missing intended effect

main
Gabriel 2 years ago
parent 83ae6b44f0
commit 2b85654732

@ -258,11 +258,6 @@ Alpine.store('data',data['main'])
if (data['name']){ if (data['name']){
Alpine.store('data',data); 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) { interverse_data(url.replace("https://",'').replace('http://','').replace('/',''), function (data) {
console.log("Initializing interverse...") console.log("Initializing interverse...")

Loading…
Cancel
Save