Run yarn lint, yarn prettier and yarn build i18next
0d6cd61 was still missing some style fixes, making `yarn` touch
unrelated files on a subsequent `git commit`.
This commit is contained in:
parent
77f1b5f0af
commit
8a66a816f7
3 changed files with 2 additions and 3 deletions
|
|
@ -250,7 +250,7 @@ BR.routeLoader = function(map, layersControl, routing, pois) {
|
|||
|
||||
if (!this._options.format) this._options.format = trackFile.name.split('.').pop();
|
||||
|
||||
const reader = new FileReader();
|
||||
var reader = new FileReader();
|
||||
|
||||
reader.onload = L.bind(this.processFile, this);
|
||||
reader.readAsText(trackFile);
|
||||
|
|
|
|||
|
|
@ -249,7 +249,6 @@
|
|||
"explainpoi": "(show waypoints as POI's)",
|
||||
"explaintracklayer": "(show Track as separate Layer)",
|
||||
"file": "Trackfile",
|
||||
"fromext": "from file extension",
|
||||
"fuzziness": "fuzzines",
|
||||
"pleasewait": "Please wait!",
|
||||
"showpois": "POI's",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue