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