From baeb777d2d338bed6ed627e046e25d6d7a1bd0c0 Mon Sep 17 00:00:00 2001 From: Simon Date: Fri, 11 Jul 2025 16:16:20 -0400 Subject: [PATCH] link deletion works now --- startpage.html | 65 +++++++++++++++++++++++--------------------------- 1 file changed, 30 insertions(+), 35 deletions(-) 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", ` -