X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/8219ce646ce0e12c45c6e78c70452355a87d4830..82e79a43a19c7c7ca35480e0911bfc5eda95ec29:/app/assets/javascripts/index/history.js diff --git a/app/assets/javascripts/index/history.js b/app/assets/javascripts/index/history.js index 3d572b6c7..058777840 100644 --- a/app/assets/javascripts/index/history.js +++ b/app/assets/javascripts/index/history.js @@ -236,6 +236,8 @@ OSM.History = function (map) { if (location.pathname === "/history") { OSM.router.replace("/history" + window.location.hash); loadFirstChangesets(); + } else { + changesetsLayer.updateChangesetsPositions(map); } }