b4 #25

Merged
suvo merged 3 commits from b4 into master 2024-10-14 05:53:39 +00:00
Showing only changes of commit d9243a1b7c - Show all commits

View File

@@ -198,7 +198,6 @@ import Layout from "../../layouts/Layout.astro";
}
}, 100);
}
function checkResult2(id) {
const checkbox = document.getElementById('a' + id.slice(-1));
const element = document.getElementById(id);
@@ -365,8 +364,6 @@ import Layout from "../../layouts/Layout.astro";
console.error('An error occurred', error);
});
}
document.addEventListener('DOMContentLoaded', function () {
const contactForm = document.getElementById('contactForm');
contactForm.addEventListener('submit', async function (event) {