diff --git a/webroot/js/location.js b/webroot/js/location.js index f2b0b05..ab1a859 100644 --- a/webroot/js/location.js +++ b/webroot/js/location.js @@ -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');