mirror of
https://github.com/kevinveenbirkenbach/roulette-wheel.git
synced 2026-01-16 20:06:53 +00:00
footer
This commit is contained in:
@@ -291,3 +291,9 @@ function beginAnimateRoulette() {
|
||||
animateWinner();
|
||||
}
|
||||
}
|
||||
|
||||
const footerEl = document.querySelector('footer')!;
|
||||
const authorsEl = document.getElementsByClassName('icons-authors')[0]! as HTMLDivElement;
|
||||
footerEl.addEventListener('click', () => {
|
||||
authorsEl.hidden = !authorsEl.hidden;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user