diff --git a/js/control/TrackStats.js b/js/control/TrackStats.js index bd3cf24..216b28e 100644 --- a/js/control/TrackStats.js +++ b/js/control/TrackStats.js @@ -14,7 +14,8 @@ BR.TrackStats = BR.Control.extend({ html = ''; html += '
| Length: | ' + L.Util.formatNum(stats.trackLength/1000,1) + ' | km |
| Length: | ' + + L.Util.formatNum(stats.trackLength/1000,1) + ' | km |
| Ascent filtered: | ' + stats.filteredAscend + ' | m |
| Ascent plain: | ' + stats.plainAscend + ' | m |
| Cost: | ' + stats.cost + ' |