aboutsummaryrefslogtreecommitdiff
path: root/web/app/view/MainController.js
diff options
context:
space:
mode:
Diffstat (limited to 'web/app/view/MainController.js')
-rw-r--r--web/app/view/MainController.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/app/view/MainController.js b/web/app/view/MainController.js
index 76645e43..1a2fe914 100644
--- a/web/app/view/MainController.js
+++ b/web/app/view/MainController.js
@@ -21,6 +21,6 @@ Ext.define('Traccar.view.MainController', {
init: function () {
this.lookupReference('reportView').setHidden(
- Traccar.app.getAttributePreference('ui.disableReport', false).toString() === 'true');
+ Traccar.app.getAttributePreference('ui.disableReport', false).toString() === 'true');
}
});