@ -23,9 +23,7 @@
window.addEventListener('touchend', function (event) {
var modal = getModal(event);
if (!modal) return;
modal.classList.toggle('active');
if (modal) modal.classList.toggle('active');
});
window.addEventListener('click', function (event) {