aboutsummaryrefslogtreecommitdiff
path: root/web/app/controller
diff options
context:
space:
mode:
authorAbyss777 <abyss@fox5.ru>2017-04-02 08:53:52 +0500
committerAbyss777 <abyss@fox5.ru>2017-04-02 08:53:52 +0500
commit7215f56a3fbb5e5fd45abc9bafe68bd21b6591f3 (patch)
tree863ff130f2efb2eca084a772a0043856816d3bee /web/app/controller
parent47eff075095604afa7405993ce2d7b4ae29fc939 (diff)
downloadetbsa-traccar-web-7215f56a3fbb5e5fd45abc9bafe68bd21b6591f3.tar.gz
etbsa-traccar-web-7215f56a3fbb5e5fd45abc9bafe68bd21b6591f3.tar.bz2
etbsa-traccar-web-7215f56a3fbb5e5fd45abc9bafe68bd21b6591f3.zip
Save panel states independently for desktop and mobile
Diffstat (limited to 'web/app/controller')
-rw-r--r--web/app/controller/Root.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/app/controller/Root.js b/web/app/controller/Root.js
index afdbea6..4816875 100644
--- a/web/app/controller/Root.js
+++ b/web/app/controller/Root.js
@@ -143,7 +143,7 @@ Ext.define('Traccar.controller.Root', {
success: function (response) {
self.updateDevices(Ext.decode(response.responseText));
},
- failure: function(response) {
+ failure: function (response) {
if (response.status === 401) {
window.location.reload();
}