aboutsummaryrefslogtreecommitdiff
path: root/web/app/Application.js
diff options
context:
space:
mode:
authorAnton Tananaev <anton@traccar.org>2024-01-20 07:59:26 -0800
committerAnton Tananaev <anton@traccar.org>2024-01-20 07:59:32 -0800
commit9bed3c9a1064fb41ce25f1229137fd6f978f100e (patch)
treefbcb7058a05f1f2a122a2caa6ada060a1fcd6b7f /web/app/Application.js
parent00412a14fc79dc4718c7aa08b06bc874bd5e5f34 (diff)
downloadtrackermap-web-9bed3c9a1064fb41ce25f1229137fd6f978f100e.tar.gz
trackermap-web-9bed3c9a1064fb41ce25f1229137fd6f978f100e.tar.bz2
trackermap-web-9bed3c9a1064fb41ce25f1229137fd6f978f100e.zip
Fix typo
Diffstat (limited to 'web/app/Application.js')
-rw-r--r--web/app/Application.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/app/Application.js b/web/app/Application.js
index 91bdc584..dd9210dc 100644
--- a/web/app/Application.js
+++ b/web/app/Application.js
@@ -123,7 +123,7 @@ Ext.define('Traccar.Application', {
},
getVehicleFeaturesDisabled: function () {
- return this.getBooleanAttributePreference('ui.disableVehicleFetures');
+ return this.getBooleanAttributePreference('ui.disableVehicleFeatures');
},
getEventString: function (eventType) {