preload gifs
This commit is contained in:
parent
36673b1f1d
commit
77c0744cb3
12 changed files with 39 additions and 14 deletions
|
|
@ -766,7 +766,7 @@ const index = (() => {
|
|||
});
|
||||
} catch (e) {
|
||||
console.error('Unable to fetch reverse geocode');
|
||||
console.error(e);
|
||||
console.error(e.status, e.responseJSONe);
|
||||
}
|
||||
const ZipCode = data.address.Postal;
|
||||
const City = data.address.City;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue