diff options
author | Anton Tananaev <anton.tananaev@gmail.com> | 2015-10-03 13:39:53 +1300 |
---|---|---|
committer | Anton Tananaev <anton.tananaev@gmail.com> | 2015-10-03 13:39:53 +1300 |
commit | 001424d7ada69390fd7ebea8e585fb0408e147ac (patch) | |
tree | d4bac262bbb0cc2122626004b95eb2d57e089937 /web/app/view/DeviceController.js | |
parent | 00ebfd00f204bdfbd8e66254b79c7b8814d7ee3b (diff) | |
download | trackermap-server-001424d7ada69390fd7ebea8e585fb0408e147ac.tar.gz trackermap-server-001424d7ada69390fd7ebea8e585fb0408e147ac.tar.bz2 trackermap-server-001424d7ada69390fd7ebea8e585fb0408e147ac.zip |
More clean up for web interface
Diffstat (limited to 'web/app/view/DeviceController.js')
-rw-r--r-- | web/app/view/DeviceController.js | 4 |
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() { |