Pass the correct ID when switching to a node/way/relation view

This commit is contained in:
Tom Hughes 2013-11-29 09:52:46 +00:00
parent 223d5fd132
commit 37baed28b1

View file

@ -240,7 +240,7 @@ $(document).ready(function () {
page.pushstate = page.popstate = function(path, id) {
OSM.loadSidebarContent(path, function() {
page.load(path, type, id);
page.load(path, id);
});
};