]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/javascripts/application.js
Fix URL updating in Potlatch 1
[rails.git] / app / assets / javascripts / application.js
index bc8719700aa217b53aff1bd8676db0fcc44f9e2d..37172f4398849e9bc990ac5f5c77d3375e07e159 100644 (file)
@@ -58,7 +58,7 @@ function remoteEditHandler(bbox, select) {
  * Called as the user scrolls/zooms around to maniplate hrefs of the
  * view tab and various other links
  */
-function updatelinks(loc, zoom, layers, object) {
+function updateLinks(loc, zoom, layers, object) {
   $(".geolink").each(function(index, link) {
     var href = link.href.split(/[?#]/)[0],
       args = querystring.parse(link.search.substring(1)),