aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--web/app/controller/Root.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/web/app/controller/Root.js b/web/app/controller/Root.js
index 10deb69c8..4b9a817ef 100644
--- a/web/app/controller/Root.js
+++ b/web/app/controller/Root.js
@@ -58,6 +58,7 @@ Ext.define('Traccar.controller.Root', {
loadApp: function() {
Ext.getStore('Devices').load();
+ Ext.getBody().empty();
Ext.create('Traccar.view.main.Main');
}