assets/js/concise/navigation.js
@@ -17,7 +17,7 @@ this.navs = new Map(); document.querySelectorAll('nav:has(.submenu), nav:has(.toggle)').forEach(nav => { let navID = nav.id; if (navID === '') { if (navID === '' || this.navs.has(navID)) { navID = `nav-${this.counter}`; nav.id = navID; this.counter++;