aboutsummaryrefslogtreecommitdiff
path: root/web/app/controller/Root.js
diff options
context:
space:
mode:
authorAnton Tananaev <anton.tananaev@gmail.com>2017-09-06 09:42:39 +1200
committerGitHub <noreply@github.com>2017-09-06 09:42:39 +1200
commit00e840b3dbc087a0b187f283d14f5169a626da93 (patch)
tree1cc058f5e54b0619a6c2cf4f0d22d7b99e34a869 /web/app/controller/Root.js
parent6a87e86cee0cdbcc196166f3f1b330903364931b (diff)
parent4808ca260bbbc2c87f8e079360db316215b76854 (diff)
downloadetbsa-traccar-web-00e840b3dbc087a0b187f283d14f5169a626da93.tar.gz
etbsa-traccar-web-00e840b3dbc087a0b187f283d14f5169a626da93.tar.bz2
etbsa-traccar-web-00e840b3dbc087a0b187f283d14f5169a626da93.zip
Merge pull request #572 from Abyss777/remove_aliases
Remove Attribute Aliases
Diffstat (limited to 'web/app/controller/Root.js')
-rw-r--r--web/app/controller/Root.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/web/app/controller/Root.js b/web/app/controller/Root.js
index 1c70dd0..04bdb40 100644
--- a/web/app/controller/Root.js
+++ b/web/app/controller/Root.js
@@ -110,7 +110,6 @@ Ext.define('Traccar.controller.Root', {
Ext.getStore('Drivers').load();
Ext.getStore('Geofences').load();
Ext.getStore('Calendars').load();
- Ext.getStore('AttributeAliases').load();
Ext.getStore('ComputedAttributes').load();
this.initReportEventTypesStore();