@HolgerJeromin commented on this pull request.
> @@ -204,6 +204,7 @@ OSM.Router = function (map, rts) {
const clickEvent = new (event.constructor)("click", eventOptions);
const link = document.createElement("a");
link.href = href;
+ link.hash = location.hash;
Probably not needed right now, but
```suggestion
link.hash = location.hash;
link.search = location.search;
```
--
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/pull/7220#pullrequestreview-4662751297
You are receiving this because you are subscribed to this thread.
Message ID:
<openstreetmap/openstreetmap-website/pull/7220/review/[email protected]>_______________________________________________
rails-dev mailing list
[email protected]
https://lists.openstreetmap.org/listinfo/rails-dev