nodelist: change h2 to "Alle Knoten"
This commit is contained in:
parent
c6f8b5e8e4
commit
6f5d047a71
|
@ -13,7 +13,7 @@ define(function () {
|
|||
return
|
||||
|
||||
var h2 = document.createElement("h2")
|
||||
h2.textContent = "Knoten"
|
||||
h2.textContent = "Alle Knoten"
|
||||
el.appendChild(h2)
|
||||
|
||||
var table = document.createElement("table")
|
||||
|
|
Loading…
Reference in a new issue