aboutsummaryrefslogtreecommitdiff
path: root/web/app/view/edit/UsersController.js
diff options
context:
space:
mode:
authorAbyss777 <abyss@fox5.ru>2017-08-18 13:56:46 +0500
committerAbyss777 <abyss@fox5.ru>2017-08-18 13:56:46 +0500
commitd1d7d230a0262d9f6ae05f1c4c6718699edb8de3 (patch)
tree79ab1bbf4d7329879c0f7b7dc793f5c49a1cb5b7 /web/app/view/edit/UsersController.js
parent65116928b2b7a8e5e2b70bf490b3225896cf2c71 (diff)
downloadetbsa-traccar-web-d1d7d230a0262d9f6ae05f1c4c6718699edb8de3.tar.gz
etbsa-traccar-web-d1d7d230a0262d9f6ae05f1c4c6718699edb8de3.tar.bz2
etbsa-traccar-web-d1d7d230a0262d9f6ae05f1c4c6718699edb8de3.zip
Fix style
Diffstat (limited to 'web/app/view/edit/UsersController.js')
-rw-r--r--web/app/view/edit/UsersController.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/web/app/view/edit/UsersController.js b/web/app/view/edit/UsersController.js
index 42fc0cd..8da5caa 100644
--- a/web/app/view/edit/UsersController.js
+++ b/web/app/view/edit/UsersController.js
@@ -44,9 +44,9 @@ Ext.define('Traccar.view.edit.UsersController', {
this.lookupReference('userDriversButton').setHidden(Traccar.app.isVehicleFeaturesDisabled() ||
Traccar.app.getBooleanAttributePreference('ui.disableDrivers'));
this.lookupReference('userAttributesButton').setHidden(
- Traccar.app.getBooleanAttributePreference('ui.disableComputedAttributes'));
+ Traccar.app.getBooleanAttributePreference('ui.disableComputedAttributes'));
this.lookupReference('userCalendarsButton').setHidden(
- Traccar.app.getBooleanAttributePreference('ui.disableCalendars'));
+ Traccar.app.getBooleanAttributePreference('ui.disableCalendars'));
},
onEditClick: function () {