From 7e95b0a294d99360ab728fd9ba3c82a472d87c7d Mon Sep 17 00:00:00 2001 From: Abyss777 Date: Wed, 22 Mar 2017 16:15:53 +0500 Subject: Implement extended device filtering --- web/app/controller/Root.js | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'web/app/controller/Root.js') 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, -- cgit v1.2.3