missing intended effect
This commit is contained in:
parent
83ae6b44f0
commit
2b85654732
1 changed files with 0 additions and 5 deletions
|
@ -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...")
|
||||
|
|
Loading…
Reference in a new issue