Add leaflet strava segments

This commit is contained in:
Gautier Pelloux-Prayer 2018-09-01 15:23:39 +02:00
parent da1808bb32
commit 33e1d67b1f
3 changed files with 14 additions and 1 deletions

View file

@ -125,4 +125,7 @@
];
}
// Strava API token in case you want to display Strava segments
BR.conf.stravaToken = null;
})();