Added marked as current

This commit is contained in:
2025-03-17 16:47:02 +01:00
parent e6fa74df61
commit af27d50214

View File

@@ -34,6 +34,7 @@
if (href && href.trim().startsWith("#")) {
if (href.trim() === currentHash.trim()) {
console.log("initCurrentNav: Match found for hash-only link:", href);
link.classList.add("current");
markAsCurrent(link);
}
}