diff --git a/history.js b/history.js index 940eb66..457496d 100644 --- a/history.js +++ b/history.js @@ -267,7 +267,7 @@ function addLinksToMap(map, graph) { var line = L.polyline(d.latlngs, opts) - line.bindPopup(d.source.node.nodeinfo.hostname + " – " + d.target.node.nodeinfo.hostname + "
" + showDistance(d) + "") + line.bindPopup(d.source.node.nodeinfo.hostname + " – " + d.target.node.nodeinfo.hostname + "
" + showDistance(d) + " / " + showTq(d) + "") markersDict[linkId(d)] = line