diff options
Diffstat (limited to 'web/app/view/Map.js')
-rw-r--r-- | web/app/view/Map.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/web/app/view/Map.js b/web/app/view/Map.js index d06630e38..8ff57c06a 100644 --- a/web/app/view/Map.js +++ b/web/app/view/Map.js @@ -24,6 +24,8 @@ Ext.define('Traccar.view.Map', { controller: 'map', + title: Strings.mapTitle, + getLatestSource: function () { return this.latestSource; }, |