aboutsummaryrefslogtreecommitdiff
path: root/web/app/view/DeviceController.js
diff options
context:
space:
mode:
authorAnton Tananaev <anton.tananaev@gmail.com>2015-10-03 13:39:53 +1300
committerAnton Tananaev <anton.tananaev@gmail.com>2015-10-03 13:39:53 +1300
commit001424d7ada69390fd7ebea8e585fb0408e147ac (patch)
treed4bac262bbb0cc2122626004b95eb2d57e089937 /web/app/view/DeviceController.js
parent00ebfd00f204bdfbd8e66254b79c7b8814d7ee3b (diff)
downloadtraccar-server-001424d7ada69390fd7ebea8e585fb0408e147ac.tar.gz
traccar-server-001424d7ada69390fd7ebea8e585fb0408e147ac.tar.bz2
traccar-server-001424d7ada69390fd7ebea8e585fb0408e147ac.zip
More clean up for web interface
Diffstat (limited to 'web/app/view/DeviceController.js')
-rw-r--r--web/app/view/DeviceController.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/web/app/view/DeviceController.js b/web/app/view/DeviceController.js
index e315d6f8d..d714d89d4 100644
--- a/web/app/view/DeviceController.js
+++ b/web/app/view/DeviceController.js
@@ -23,7 +23,7 @@ Ext.define('Traccar.view.DeviceController', {
'Traccar.view.DeviceDialog',
'Traccar.view.user.UserDialog',
'Traccar.view.user.User',
- 'Traccar.view.login.LoginController'
+ 'Traccar.view.LoginController'
],
config: {
@@ -44,7 +44,7 @@ Ext.define('Traccar.view.DeviceController', {
},
onLogoutClick: function() {
- Ext.create('Traccar.view.login.LoginController').logout();
+ Ext.create('Traccar.view.LoginController').logout();
},
onAddClick: function() {