history: prevent default action on links
This commit is contained in:
parent
fc2127f655
commit
8ae4a23179
|
@ -246,6 +246,8 @@ function mkmap(map, newnodes, lostnodes, onlinenodes, graph) {
|
|||
map.setView(m.getLatLng(), map.getMaxZoom())
|
||||
m.openPopup()
|
||||
}
|
||||
|
||||
return false
|
||||
}
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue