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
1 changed files with 2 additions and 0 deletions

View File

@ -246,6 +246,8 @@ function mkmap(map, newnodes, lostnodes, onlinenodes, graph) {
map.setView(m.getLatLng(), map.getMaxZoom())
m.openPopup()
}
return false
}
});