aboutsummaryrefslogtreecommitdiff
path: root/web/app/view/edit/DevicesController.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/DevicesController.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/DevicesController.js')
-rw-r--r--web/app/view/edit/DevicesController.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/app/view/edit/DevicesController.js b/web/app/view/edit/DevicesController.js
index ffe9c9a..9616dbd 100644
--- a/web/app/view/edit/DevicesController.js
+++ b/web/app/view/edit/DevicesController.js
@@ -64,7 +64,7 @@ Ext.define('Traccar.view.edit.DevicesController', {
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'));
setInterval(function () {
self.getView().getView().refresh();