Pass the correct ID when switching to a node/way/relation view
This commit is contained in:
parent
223d5fd132
commit
37baed28b1
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
});
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue