aboutsummaryrefslogtreecommitdiff
path: root/web/app/view/UserDialogController.js
diff options
context:
space:
mode:
authorAbyss777 <abyss@fox5.ru>2016-06-29 07:32:37 +0500
committerAbyss777 <abyss@fox5.ru>2016-06-29 07:32:37 +0500
commit36ec2ef7afb334d3b34a6bf0f1df13c5f27456c1 (patch)
treef4f8ab6a9b0ed2ed76b612daddd010a0e419ee42 /web/app/view/UserDialogController.js
parent77eab0f1f5c9c0f9cb13ac435251911b27bbc122 (diff)
downloadtraccar-server-36ec2ef7afb334d3b34a6bf0f1df13c5f27456c1.tar.gz
traccar-server-36ec2ef7afb334d3b34a6bf0f1df13c5f27456c1.tar.bz2
traccar-server-36ec2ef7afb334d3b34a6bf0f1df13c5f27456c1.zip
Minor fixes
Diffstat (limited to 'web/app/view/UserDialogController.js')
-rw-r--r--web/app/view/UserDialogController.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/app/view/UserDialogController.js b/web/app/view/UserDialogController.js
index b3496fe6a..db495b8ff 100644
--- a/web/app/view/UserDialogController.js
+++ b/web/app/view/UserDialogController.js
@@ -50,7 +50,7 @@ Ext.define('Traccar.view.UserDialogController', {
button.up('window').close();
},
- attributesView: function (button) {
+ showAttributesView: function (button) {
var dialog, record;
dialog = button.up('window').down('form');
record = dialog.getRecord();