aboutsummaryrefslogtreecommitdiff
path: root/web/app/view/StateController.js
diff options
context:
space:
mode:
authorAbyss777 <abyss@fox5.ru>2016-09-27 09:52:42 +0500
committerAbyss777 <abyss@fox5.ru>2016-09-27 09:52:42 +0500
commitac4f0adf3b196b1a9af40be64b3e4e0fac91c1d6 (patch)
tree491df27460d6d3e994614b73d1e39913d9fbc8d5 /web/app/view/StateController.js
parent6a1a261466fae6a6718cd3c0cb43b6061ec86fba (diff)
downloadetbsa-traccar-web-ac4f0adf3b196b1a9af40be64b3e4e0fac91c1d6.tar.gz
etbsa-traccar-web-ac4f0adf3b196b1a9af40be64b3e4e0fac91c1d6.tar.bz2
etbsa-traccar-web-ac4f0adf3b196b1a9af40be64b3e4e0fac91c1d6.zip
Remove second store
Diffstat (limited to 'web/app/view/StateController.js')
-rw-r--r--web/app/view/StateController.js13
1 files changed, 0 insertions, 13 deletions
diff --git a/web/app/view/StateController.js b/web/app/view/StateController.js
index 7462fcc..c0f5b9a 100644
--- a/web/app/view/StateController.js
+++ b/web/app/view/StateController.js
@@ -47,10 +47,6 @@ Ext.define('Traccar.view.StateController', {
'#AllAttributeAliases': {
add: 'updateAliases',
update: 'updateAliases'
- },
- '#AttributeAliases': {
- add: 'updateAliasesRemote',
- update: 'updateAliasesRemote'
}
}
}
@@ -183,14 +179,5 @@ Ext.define('Traccar.view.StateController', {
if (this.position !== null) {
this.updatePosition();
}
- },
-
- updateAliasesRemote: function () {
- Ext.getStore('AllAttributeAliases').load({
- scope: this,
- callback: function () {
- this.updateAliases();
- }
- });
}
});