new
All checks were successful
Create and publish a Docker image / build-and-push-image (push) Successful in 23s

This commit is contained in:
Vsevo;od
2023-07-30 02:36:00 +03:00
parent 75cb88bdc2
commit 4f2c498a21
2 changed files with 3 additions and 0 deletions

View File

@ -7,6 +7,7 @@ hamburgerActive.addEventListener('click', el => {
el.currentTarget.classList.toggle('hamburger_active');
menuActive.classList.toggle('menu_active');
})
window.addEventListener('DOMContentLoaded', () => {
function eventModalOpen () {
const modal = document.querySelector('.my_modal');