]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/site/id.html.erb
Fix URL updating in Potlatch 1
[rails.git] / app / views / site / id.html.erb
index fa47bb00ce69a59c6fa24320cbaf941a6485e8d3..38f2e0d3d5d1ba4290eb1072db739547d54a788f 100644 (file)
@@ -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