mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-11-04 04:08:15 +00:00 
			
		
		
		
	Added remove of current
This commit is contained in:
		@@ -34,6 +34,9 @@
 | 
			
		||||
        if (href && href.trim().startsWith("#")) {
 | 
			
		||||
          if (href.trim() === currentHash.trim()) {
 | 
			
		||||
            console.log("initCurrentNav: Match found for hash-only link:", href);
 | 
			
		||||
            document.querySelectorAll('.current-index a.reference.internal.current').forEach(function(link) {
 | 
			
		||||
              link.classList.remove("current");
 | 
			
		||||
            });            
 | 
			
		||||
            link.classList.add("current");
 | 
			
		||||
            markAsCurrent(link);
 | 
			
		||||
          }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user