history: show TQ in popup

This commit is contained in:
Nils Schneider 2015-03-21 13:32:07 +01:00
parent 50c5955564
commit 670635163d

View file

@ -267,7 +267,7 @@ function addLinksToMap(map, graph) {
var line = L.polyline(d.latlngs, opts) var line = L.polyline(d.latlngs, opts)
line.bindPopup(d.source.node.nodeinfo.hostname + " " + d.target.node.nodeinfo.hostname + "<br><strong>" + showDistance(d) + "</strong>") line.bindPopup(d.source.node.nodeinfo.hostname + " " + d.target.node.nodeinfo.hostname + "<br><strong>" + showDistance(d) + " / " + showTq(d) + "</strong>")
markersDict[linkId(d)] = line markersDict[linkId(d)] = line