Add better support for tabs #15
					 1 changed files with 4 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -66,6 +66,9 @@ function setCurrentTab(tabber, tab, content) {
 | 
			
		|||
    tab.classList.add("wds-is-current");
 | 
			
		||||
    content.classList.add("wds-is-current");
 | 
			
		||||
    if (tab.dataset.hash) {
 | 
			
		||||
        location.hash = "#" + tab.dataset.hash;
 | 
			
		||||
        let fragment = "#" + tab.dataset.hash;
 | 
			
		||||
        if (location.hash !== fragment) {
 | 
			
		||||
            history.pushState(null, "", fragment);
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue