diff --git a/startpage.html b/startpage.html index 9702b8e..fe4c92e 100644 --- a/startpage.html +++ b/startpage.html @@ -739,7 +739,7 @@ "beforeend", ` ${i == 0 ? "" : `
`} -
+
${sectionData[i].label == "" ? "uncategorized links: " : "section: " + sectionData[i].label} @@ -768,13 +768,13 @@ for (let s = 0; s < sectionData.length; s++) { for (let l = 0; l < sectionData[s].links.length; l++) { let targetSection = document.getElementById( - this.id + "-section-listing-" + s + this.id + "-section-listing--" + s ); targetSection.insertAdjacentHTML( "afterend", ` -