diff options
author | Abyss777 <abyss@fox5.ru> | 2016-10-12 11:57:16 +0500 |
---|---|---|
committer | Abyss777 <abyss@fox5.ru> | 2016-10-12 11:57:16 +0500 |
commit | 71f8cd7bdf580f48374fbb152bcbf710c54e6c85 (patch) | |
tree | 403eb602662bd4274c3d49376b6972e9b637a5cd /web/app/view/StateController.js | |
parent | 56d37a27017a1e47ec858195d910b438377d47b9 (diff) | |
download | trackermap-web-71f8cd7bdf580f48374fbb152bcbf710c54e6c85.tar.gz trackermap-web-71f8cd7bdf580f48374fbb152bcbf710c54e6c85.tar.bz2 trackermap-web-71f8cd7bdf580f48374fbb152bcbf710c54e6c85.zip |
Autoscroll to selected on map device and position
Diffstat (limited to 'web/app/view/StateController.js')
-rw-r--r-- | web/app/view/StateController.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/app/view/StateController.js b/web/app/view/StateController.js index b0188081..20188e20 100644 --- a/web/app/view/StateController.js +++ b/web/app/view/StateController.js @@ -42,7 +42,7 @@ Ext.define('Traccar.view.StateController', { add: 'updateLatest', update: 'updateLatest' }, - '#Positions': { + '#ReportRoute': { clear: 'clearReport' }, '#AttributeAliases': { |