aboutsummaryrefslogtreecommitdiff
path: root/web/app/controller/Root.js
diff options
context:
space:
mode:
authorAbyss777 <abyss@fox5.ru>2017-03-22 16:15:53 +0500
committerAbyss777 <abyss@fox5.ru>2017-03-22 16:15:53 +0500
commit7e95b0a294d99360ab728fd9ba3c82a472d87c7d (patch)
tree7c4e4521ccf9830b216996774081b061042af2e2 /web/app/controller/Root.js
parent0df9dc40451708f3f3904ba4c69a7e34ecc8e5be (diff)
downloadetbsa-traccar-web-7e95b0a294d99360ab728fd9ba3c82a472d87c7d.tar.gz
etbsa-traccar-web-7e95b0a294d99360ab728fd9ba3c82a472d87c7d.tar.bz2
etbsa-traccar-web-7e95b0a294d99360ab728fd9ba3c82a472d87c7d.zip
Implement extended device filtering
Diffstat (limited to 'web/app/controller/Root.js')
-rw-r--r--web/app/controller/Root.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/web/app/controller/Root.js b/web/app/controller/Root.js
index b858b20..e8d4f0f 100644
--- a/web/app/controller/Root.js
+++ b/web/app/controller/Root.js
@@ -25,6 +25,10 @@ Ext.define('Traccar.controller.Root', {
'Traccar.model.Position'
],
+ init: function () {
+ Ext.state.Manager.setProvider(new Ext.state.CookieProvider());
+ },
+
onLaunch: function () {
Ext.Ajax.request({
scope: this,