diff --git a/history.js b/history.js index 5d0e034..552191e 100644 --- a/history.js +++ b/history.js @@ -246,6 +246,8 @@ function mkmap(map, newnodes, lostnodes, onlinenodes, graph) { map.setView(m.getLatLng(), map.getMaxZoom()) m.openPopup() } + + return false } });