Skip to content

Commit

Permalink
Update hamm_mn13.html
Browse files Browse the repository at this point in the history
  • Loading branch information
mreicher committed Jun 1, 2023
1 parent 1445198 commit 2935fa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tour/hamm/hamm_mn13.html
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@ <h3>Streets of St. Paul</h3>
document.getElementById("distance").textContent = distance.toFixed(2) + " ft";
if (distance >= 18) {
setTimeout(() => {
window.location.href = "map.html";
window.location.href = "/map.html";
}, 3000); // Redirect after 3 seconds
}
}
Expand Down

0 comments on commit 2935fa0

Please sign in to comment.