X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/c39d3ea40b240c5332faabbb8c0c6789470b8468..54ff32e5dc7e3327bd0c43c4e29b101d65405692:/app/assets/javascripts/index/history.js diff --git a/app/assets/javascripts/index/history.js b/app/assets/javascripts/index/history.js index 74b9a4e24..8a3ba28ae 100644 --- a/app/assets/javascripts/index/history.js +++ b/app/assets/javascripts/index/history.js @@ -105,6 +105,10 @@ OSM.History = function (map) { function displayFirstChangesets(html) { $("#sidebar_content .changesets").html(html); + $("#sidebar_content .changesets ol") + .before($("
")) + .after($("
")); + if (location.pathname === "/history") { setPaginationMapHashes(); }