diff options
author | Abyss777 <abyss@fox5.ru> | 2017-08-18 13:56:46 +0500 |
---|---|---|
committer | Abyss777 <abyss@fox5.ru> | 2017-08-18 13:56:46 +0500 |
commit | d1d7d230a0262d9f6ae05f1c4c6718699edb8de3 (patch) | |
tree | 79ab1bbf4d7329879c0f7b7dc793f5c49a1cb5b7 /web/app/view/edit/GroupsController.js | |
parent | 65116928b2b7a8e5e2b70bf490b3225896cf2c71 (diff) | |
download | trackermap-web-d1d7d230a0262d9f6ae05f1c4c6718699edb8de3.tar.gz trackermap-web-d1d7d230a0262d9f6ae05f1c4c6718699edb8de3.tar.bz2 trackermap-web-d1d7d230a0262d9f6ae05f1c4c6718699edb8de3.zip |
Fix style
Diffstat (limited to 'web/app/view/edit/GroupsController.js')
-rw-r--r-- | web/app/view/edit/GroupsController.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/app/view/edit/GroupsController.js b/web/app/view/edit/GroupsController.js index f1da19ce..d40c1e69 100644 --- a/web/app/view/edit/GroupsController.js +++ b/web/app/view/edit/GroupsController.js @@ -36,7 +36,7 @@ Ext.define('Traccar.view.edit.GroupsController', { this.lookupReference('toolbarDriversButton').setHidden(Traccar.app.isVehicleFeaturesDisabled() || Traccar.app.getBooleanAttributePreference('ui.disableDrivers')); this.lookupReference('toolbarAttributesButton').setHidden( - Traccar.app.getBooleanAttributePreference('ui.disableComputedAttributes')); + Traccar.app.getBooleanAttributePreference('ui.disableComputedAttributes')); }, onGeofencesClick: function () { |