Skip to content

Commit

Permalink
Add iD walkthrough autostart parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
bhousel committed Jul 7, 2017
1 parent eb89a46 commit 3ab39f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/assets/javascripts/edit/id.js.erb
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down

0 comments on commit 3ab39f4

Please sign in to comment.