aboutsummaryrefslogtreecommitdiff
path: root/web
diff options
context:
space:
mode:
authorAbyss777 <abyss@fox5.ru>2016-12-30 14:25:03 +0500
committerAbyss777 <abyss@fox5.ru>2016-12-30 14:25:03 +0500
commitc142bc62a8f004630efac97cf15eb9ba604c3981 (patch)
tree63cbceb8bc3e4eaf783f53342a6d7cc0c9c3fcb7 /web
parent7549a78f785edf092099b42a015e4e556bb480b9 (diff)
downloadetbsa-traccar-web-c142bc62a8f004630efac97cf15eb9ba604c3981.tar.gz
etbsa-traccar-web-c142bc62a8f004630efac97cf15eb9ba604c3981.tar.bz2
etbsa-traccar-web-c142bc62a8f004630efac97cf15eb9ba604c3981.zip
Remove out of date comment
Diffstat (limited to 'web')
-rw-r--r--web/app/view/MapMarkerController.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/web/app/view/MapMarkerController.js b/web/app/view/MapMarkerController.js
index 2b44760..0a87b5d 100644
--- a/web/app/view/MapMarkerController.js
+++ b/web/app/view/MapMarkerController.js
@@ -245,8 +245,6 @@ Ext.define('Traccar.view.MapMarkerController', {
marker = new ol.Feature(geometry);
marker.set('record', position);
style = this.getReportMarker(position.get('deviceId'), position.get('course'));
- /*style.getText().setText(
- Ext.Date.format(position.get('fixTime'), Traccar.Style.dateTimeFormat24));*/
marker.setStyle(style);
this.reportMarkers[position.get('id')] = marker;
this.getView().getMarkersSource().addFeature(marker);