Spaces:
Runtime error
Runtime error
function openModal() { | |
document.getElementById('modalOverlay').style.display = 'flex'; | |
} | |
function closeModal() { | |
document.getElementById('modalOverlay').style.display = 'none'; | |
} |