Add iD walkthrough autostart parameter

This commit is contained in:
Bryan Housel 2017-07-07 17:58:02 -04:00
parent eb89a462d4
commit 3ab39f48ba

View file

@ -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");