From d9243a1b7cfbda4e72e33967aee78febf3a33aa9 Mon Sep 17 00:00:00 2001 From: Suvodip Date: Fri, 4 Oct 2024 17:49:07 +0530 Subject: [PATCH] s1 --- src/pages/tick/v1.astro | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/pages/tick/v1.astro b/src/pages/tick/v1.astro index 47e485b..4e337d9 100644 --- a/src/pages/tick/v1.astro +++ b/src/pages/tick/v1.astro @@ -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) {