X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/bdbc1d663d04075f45a87a4b78b0744a008d758c..82ff8ef58de69c881f63c0a2ef8f9e8a6ae483e0:/app/assets/javascripts/index/history.js diff --git a/app/assets/javascripts/index/history.js b/app/assets/javascripts/index/history.js index d98179d8a..8103f047e 100644 --- a/app/assets/javascripts/index/history.js +++ b/app/assets/javascripts/index/history.js @@ -126,7 +126,7 @@ OSM.History = function(map) { map.addLayer(group); if (window.location.pathname === '/history') { - map.on("moveend", update) + map.on("moveend", update); } update();