Add iD walkthrough autostart parameter
This commit is contained in:
parent
eb89a462d4
commit
3ab39f48ba
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@ $(document).ready(function () {
|
|||
if (hashParams.background) params.background = hashParams.background;
|
||||
if (hashParams.comment) params.comment = hashParams.comment;
|
||||
if (hashParams.offset) params.offset = hashParams.offset;
|
||||
if (hashParams.walkthrough) params.walkthrough = hashParams.walkthrough;
|
||||
|
||||
if (id.data("gpx")) {
|
||||
params.gpx = id.data("gpx");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue