diff --git a/history.js b/history.js index 0083666..315450b 100644 --- a/history.js +++ b/history.js @@ -458,7 +458,7 @@ function showNodeinfo(config, gotoAnything, d) { if (d.neighbours.length > 0) { var h3 = document.createElement("h3") - h3.textContent = "Nachbarknoten" + h3.textContent = "Nachbarknoten (" + d.neighbours.length + ")" el.appendChild(h3) var table = document.createElement("table")