X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/fd6f00b069af5a7b87227ea4c3401dc461d7311a..0a682b9da677b8e57f7960741dbff554e1a71cc1:/public/javascripts/site.js diff --git a/public/javascripts/site.js b/public/javascripts/site.js index 06b4152df..bf4eda912 100644 --- a/public/javascripts/site.js +++ b/public/javascripts/site.js @@ -72,7 +72,7 @@ function updatelinks(lon,lat,zoom,layers,extents) { maxlon = Math.round(maxlon * decimals) / decimals; maxlat = Math.round(maxlat * decimals) / decimals; args.bbox = minlon + "," + minlat + "," + maxlon + "," + maxlat; - node.href = setArgs("history/", args); + node.href = setArgs("/history", args); node.style.fontStyle = 'normal'; } else { node.href = 'javascript:alert("zoom in to see editing history");';