aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--web/app/view/ReportController.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/app/view/ReportController.js b/web/app/view/ReportController.js
index 115769d..50f4251 100644
--- a/web/app/view/ReportController.js
+++ b/web/app/view/ReportController.js
@@ -149,7 +149,7 @@ Ext.define('Traccar.view.ReportController', {
if (object instanceof Traccar.model.Position && reportType === 'route') {
this.getView().getSelectionModel().select([object], false, true);
this.getView().getView().focusRow(object);
- }
+ }
},
selectTrip: function (trip) {