diff options
author | Abyss777 <abyss@fox5.ru> | 2016-09-26 12:47:53 +0500 |
---|---|---|
committer | Abyss777 <abyss@fox5.ru> | 2016-09-26 12:47:53 +0500 |
commit | 6a1a261466fae6a6718cd3c0cb43b6061ec86fba (patch) | |
tree | 0e20861bcfe3b6df85e118671c4adb5f276e22ff /web/app/view/AttributesAliasesController.js | |
parent | 5ed0dc673f073078542aee35c21ac6e041545423 (diff) | |
download | trackermap-web-6a1a261466fae6a6718cd3c0cb43b6061ec86fba.tar.gz trackermap-web-6a1a261466fae6a6718cd3c0cb43b6061ec86fba.tar.bz2 trackermap-web-6a1a261466fae6a6718cd3c0cb43b6061ec86fba.zip |
- Renamed stores
- Removed 'alias' field from attribute model
- Some optimizations
- Fixed alarm colorizing
Diffstat (limited to 'web/app/view/AttributesAliasesController.js')
-rw-r--r-- | web/app/view/AttributesAliasesController.js | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/web/app/view/AttributesAliasesController.js b/web/app/view/AttributesAliasesController.js index e848c489..cda3e338 100644 --- a/web/app/view/AttributesAliasesController.js +++ b/web/app/view/AttributesAliasesController.js @@ -90,11 +90,5 @@ Ext.define('Traccar.view.AttributesAliasesController', { } else { this.getView().getStore().loadData([], false); } - }, - - onClose: function () { - Ext.getStore('AllAttributesAliases').load(); - this.fireEvent('updatealiases'); } - }); |