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())
|
map.setView(m.getLatLng(), map.getMaxZoom())
|
||||||
m.openPopup()
|
m.openPopup()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
return false
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user