diff options
author | Abyss777 <abyss@fox5.ru> | 2017-09-05 18:09:39 +0500 |
---|---|---|
committer | Abyss777 <abyss@fox5.ru> | 2017-09-05 18:12:19 +0500 |
commit | 4808ca260bbbc2c87f8e079360db316215b76854 (patch) | |
tree | 1cc058f5e54b0619a6c2cf4f0d22d7b99e34a869 /web/app/controller | |
parent | 6a87e86cee0cdbcc196166f3f1b330903364931b (diff) | |
download | trackermap-web-4808ca260bbbc2c87f8e079360db316215b76854.tar.gz trackermap-web-4808ca260bbbc2c87f8e079360db316215b76854.tar.bz2 trackermap-web-4808ca260bbbc2c87f8e079360db316215b76854.zip |
Remove Attribute Aliases support
Diffstat (limited to 'web/app/controller')
-rw-r--r-- | web/app/controller/Root.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/web/app/controller/Root.js b/web/app/controller/Root.js index 1c70dd03..04bdb40d 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(); |