displayname instead of city

This commit is contained in:
BuildTools 2021-08-24 22:22:48 -04:00
parent 17f77c99bd
commit e5db0149a2
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ function Location() { // onReady, onRefresh, onAllComplete
that.lat = loclat;
that.long = loclong;
that.city = data['v3-location-point'].location.city;
that.city = data['v3-location-point'].location.displayName;
$this.trigger('init');