history: prevent default action on links

This commit is contained in:
Nils Schneider 2015-03-20 22:56:31 +01:00
parent fc2127f655
commit 8ae4a23179

View file

@ -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
} }
}); });