]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/javascripts/index/history.js
Update history.js - Correct function name for updating changeset locations
[rails.git] / app / assets / javascripts / index / history.js
index 05877784035fba11cb621125ebca2e13f4a6a88b..289081ca1a9c2feee28951e10c213532ed1f4871 100644 (file)
@@ -237,7 +237,7 @@ OSM.History = function (map) {
       OSM.router.replace("/history" + window.location.hash);
       loadFirstChangesets();
     } else {
-      changesetsLayer.updateChangesetsPositions(map);
+      changesetsLayer.updateChangesetLocations(map);
     }
   }