Some checks failed
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Failing after 1m11s
11 lines
212 B
JavaScript
11 lines
212 B
JavaScript
|
|
document.addEventListener("DOMContentLoaded", () => {
|
|
menuButton.addEventListener("click", function() {
|
|
menu.showModal();
|
|
});
|
|
menuButtonClose.addEventListener("click", function() {
|
|
menu.close();
|
|
});
|
|
})
|
|
|