Closed twollnik closed 5 years ago
The header should only display the current page and the page 'Home'. This can be achieved by changing the function goToTab to hide all tabs that are not currently selected (using hideTab and showTab).
goToTab
hideTab
showTab
The header should only display the current page and the page 'Home'. This can be achieved by changing the function
goToTab
to hide all tabs that are not currently selected (usinghideTab
andshowTab
).