aboutsummaryrefslogtreecommitdiff
path: root/web/app/Application.js
diff options
context:
space:
mode:
authorAnton Tananaev <anton.tananaev@gmail.com>2015-09-15 13:43:31 +1200
committerAnton Tananaev <anton.tananaev@gmail.com>2015-09-15 13:43:31 +1200
commit24ed72ab26fd31769e334b928316b038b4d8b647 (patch)
treedb8e3b6bb4a5e9a5dd003bb6cc355ff6bceb9a11 /web/app/Application.js
parentd2139af877194952e3d49ca882188bcebbbd927e (diff)
downloadtrackermap-server-24ed72ab26fd31769e334b928316b038b4d8b647.tar.gz
trackermap-server-24ed72ab26fd31769e334b928316b038b4d8b647.tar.bz2
trackermap-server-24ed72ab26fd31769e334b928316b038b4d8b647.zip
More changes to store classes
Diffstat (limited to 'web/app/Application.js')
-rw-r--r--web/app/Application.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/app/Application.js b/web/app/Application.js
index 9544f21b2..0ed509686 100644
--- a/web/app/Application.js
+++ b/web/app/Application.js
@@ -35,7 +35,7 @@ Ext.define('Traccar.Application', {
stores: [
'Devices',
'Positions',
- 'LiveData',
+ 'LatestPositions',
'Users',
'Attributes',
'MapTypes',