X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/2e2f2124728ca755b2db8f83f022eaea24b647f0..1d8e66016c4cdf465d06198cfbbfe76613ed3bfc:/app/views/site/index.html.erb diff --git a/app/views/site/index.html.erb b/app/views/site/index.html.erb index a69a6b4ee..d93b80b8a 100644 --- a/app/views/site/index.html.erb +++ b/app/views/site/index.html.erb @@ -17,7 +17,10 @@
- +
@@ -139,8 +142,6 @@ end marker = addMarkerToMap(new OpenLayers.LonLat(<%= mlon %>, <%= mlat %>)); <% end %> - map.events.register("zoomend", map, updateKey); - map.events.register("moveend", map, updateLocation); map.events.register("changelayer", map, updateLocation); updateLocation();