]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/javascripts/index/history.js
Simplify
[rails.git] / app / assets / javascripts / index / history.js
index be62d37344d692b9797c749c6e55062e4fc69b36..afae6640f87b566d8ab210bacbe18f3d8ce6b58a 100644 (file)
@@ -47,7 +47,7 @@ OSM.History = function(map) {
       url: window.location.pathname,
       method: "GET",
       data: {bbox: map.getBounds().toBBoxString()},
       url: window.location.pathname,
       method: "GET",
       data: {bbox: map.getBounds().toBBoxString()},
-      success: function(html) {
+      success: function(html, status, xhr) {
         $('#sidebar_content .changesets').html(html);
         updateMap();
       }
         $('#sidebar_content .changesets').html(html);
         updateMap();
       }
@@ -99,7 +99,7 @@ OSM.History = function(map) {
 
   page.pushstate = page.popstate = function(path) {
     $("#history_tab").addClass("current");
 
   page.pushstate = page.popstate = function(path) {
     $("#history_tab").addClass("current");
-    $("#sidebar_content").load(path, page.load);
+    OSM.loadSidebarContent(path, page.load);
   };
 
   page.load = function() {
   };
 
   page.load = function() {