pull/25/head
parent
aff599a883
commit
d9243a1b7c
|
@ -198,7 +198,6 @@ import Layout from "../../layouts/Layout.astro";
|
||||||
}
|
}
|
||||||
}, 100);
|
}, 100);
|
||||||
}
|
}
|
||||||
|
|
||||||
function checkResult2(id) {
|
function checkResult2(id) {
|
||||||
const checkbox = document.getElementById('a' + id.slice(-1));
|
const checkbox = document.getElementById('a' + id.slice(-1));
|
||||||
const element = document.getElementById(id);
|
const element = document.getElementById(id);
|
||||||
|
@ -365,8 +364,6 @@ import Layout from "../../layouts/Layout.astro";
|
||||||
console.error('An error occurred', error);
|
console.error('An error occurred', error);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
document.addEventListener('DOMContentLoaded', function () {
|
document.addEventListener('DOMContentLoaded', function () {
|
||||||
const contactForm = document.getElementById('contactForm');
|
const contactForm = document.getElementById('contactForm');
|
||||||
contactForm.addEventListener('submit', async function (event) {
|
contactForm.addEventListener('submit', async function (event) {
|
||||||
|
|
Loading…
Reference in New Issue