Rework the include wording in the export modal

This commit is contained in:
Phyks (Lucas Verney) 2019-07-20 19:43:07 +02:00
parent c1169c5c6a
commit 5dc7445d62
3 changed files with 21 additions and 22 deletions

View file

@ -137,12 +137,7 @@ L.BRouter = L.Class.extend({
trackname: trackname
})
);
if (exportWaypoints)
args.push(
L.Util.template('exportWaypoints={exportWaypoints}', {
exportWaypoints: +exportWaypoints
})
);
if (exportWaypoints) args.push('exportWaypoints=1');
var prepend_host = format != null;