aboutsummaryrefslogtreecommitdiff
path: root/web/app/view/LoginController.js
diff options
context:
space:
mode:
Diffstat (limited to 'web/app/view/LoginController.js')
-rw-r--r--web/app/view/LoginController.js2
1 files changed, 1 insertions, 1 deletions
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();
}
});