diff options
Diffstat (limited to 'web/app/view')
-rw-r--r-- | web/app/view/ReportController.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/app/view/ReportController.js b/web/app/view/ReportController.js index 115769d8..50f4251e 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) { |