From ba97a6e263746cbcd7a608d5c5af529fe5443e1b Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Sat, 17 Oct 2015 11:34:28 +1300 Subject: Fix quick tip extjs exceptions --- web/app/controller/Root.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web/app/controller') diff --git a/web/app/controller/Root.js b/web/app/controller/Root.js index d6dd64830..b4ab06b82 100644 --- a/web/app/controller/Root.js +++ b/web/app/controller/Root.js @@ -79,7 +79,7 @@ Ext.define('Traccar.controller.Root', { loadApp: function () { Ext.getStore('Devices').load(); - Ext.getBody().empty(); + Ext.get('attribution').remove(); if (this.isPhone) { Ext.create('widget.mainMobile'); } else { -- cgit v1.2.3