diff options
author | Anton Tananaev <anton.tananaev@gmail.com> | 2016-07-03 20:03:23 +1200 |
---|---|---|
committer | Anton Tananaev <anton.tananaev@gmail.com> | 2016-07-03 20:03:23 +1200 |
commit | ebb43a1d910595462b384e3d1bd6375672da5b84 (patch) | |
tree | c0cb06b37f1c9d3fb2260e7bd259a9141a4118f9 /web/app/Application.js | |
parent | dbb2e88db2c5af22172ea3642b27899b8164b40a (diff) | |
download | trackermap-server-ebb43a1d910595462b384e3d1bd6375672da5b84.tar.gz trackermap-server-ebb43a1d910595462b384e3d1bd6375672da5b84.tar.bz2 trackermap-server-ebb43a1d910595462b384e3d1bd6375672da5b84.zip |
Implement geofence saving
Diffstat (limited to 'web/app/Application.js')
-rw-r--r-- | web/app/Application.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/app/Application.js b/web/app/Application.js index 392a9907f..ec942d21e 100644 --- a/web/app/Application.js +++ b/web/app/Application.js @@ -56,7 +56,7 @@ Ext.define('Traccar.Application', { 'AllGeofences', 'Notifications', 'AllNotifications', - 'GeozoneTypes' + 'GeofenceTypes' ], controllers: [ |