Rework the include wording in the export modal
This commit is contained in:
parent
c1169c5c6a
commit
5dc7445d62
3 changed files with 21 additions and 22 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue