From e5db0149a26f059537983127aeeece78e86827b2 Mon Sep 17 00:00:00 2001 From: BuildTools Date: Tue, 24 Aug 2021 22:22:48 -0400 Subject: [PATCH] displayname instead of city --- webroot/js/location.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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');