diff options
author | Abyss777 <abyss@fox5.ru> | 2016-09-05 14:27:30 +0500 |
---|---|---|
committer | Abyss777 <abyss@fox5.ru> | 2016-09-05 14:27:30 +0500 |
commit | b7403aaadd130bf1496b97c07667842813d99550 (patch) | |
tree | 4a334be60e150b729fd8115e8227afb98cd8f8ff /web/app/view/UserDialogController.js | |
parent | 6aca189651d8587b9178a38c1830a8cbd8ae0d46 (diff) | |
download | trackermap-server-b7403aaadd130bf1496b97c07667842813d99550.tar.gz trackermap-server-b7403aaadd130bf1496b97c07667842813d99550.tar.bz2 trackermap-server-b7403aaadd130bf1496b97c07667842813d99550.zip |
Implement retrieving map center from current map
Diffstat (limited to 'web/app/view/UserDialogController.js')
-rw-r--r-- | web/app/view/UserDialogController.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/app/view/UserDialogController.js b/web/app/view/UserDialogController.js index c3a4ca62d..5e541c870 100644 --- a/web/app/view/UserDialogController.js +++ b/web/app/view/UserDialogController.js @@ -15,7 +15,7 @@ */ Ext.define('Traccar.view.UserDialogController', { - extend: 'Traccar.view.BaseEditDialogController', + extend: 'Traccar.view.ServerDialogController', alias: 'controller.userDialog', init: function () { |