aboutsummaryrefslogtreecommitdiff
path: root/web/app/view
diff options
context:
space:
mode:
Diffstat (limited to 'web/app/view')
-rw-r--r--web/app/view/Login.js1
-rw-r--r--web/app/view/LoginController.js2
2 files changed, 2 insertions, 1 deletions
diff --git a/web/app/view/Login.js b/web/app/view/Login.js
index 7f34c51cb..6e10a6824 100644
--- a/web/app/view/Login.js
+++ b/web/app/view/Login.js
@@ -27,6 +27,7 @@
controller: 'login',
closable: false,
+ modal: false,
items: {
xtype: 'form',
diff --git a/web/app/view/LoginController.js b/web/app/view/LoginController.js
index 141905da8..baf27a751 100644
--- a/web/app/view/LoginController.js
+++ b/web/app/view/LoginController.js
@@ -102,7 +102,7 @@
},
onRegisterClick: function () {
- Ext.create('Traccar.view.login.Register').show();
+ Ext.create('Traccar.view.Register').show();
}
});