X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/d414ffc61a0f6505f1d06e89e8668fa5b49d607e..d5a765588f5818bf46575392fa7ccbd4af0de574:/app/views/site/id.html.erb diff --git a/app/views/site/id.html.erb b/app/views/site/id.html.erb index fa47bb00c..38f2e0d3d 100644 --- a/app/views/site/id.html.erb +++ b/app/views/site/id.html.erb @@ -37,7 +37,7 @@ center = id.map().center(), llz = { lon: center[0], lat: center[1], zoom: zoom }; - parent.updatelinks(llz, zoom); + parent.updateLinks(llz, zoom); // Manually resolve URL to avoid iframe JS context weirdness. // http://bl.ocks.org/jfirebaugh/5439412