mirror of
https://github.com/kevinveenbirkenbach/roulette-wheel.git
synced 2025-09-10 12:17:16 +02: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