summaryrefslogtreecommitdiff
path: root/http/public/scripts/contact/selectors.js
diff options
context:
space:
mode:
authorJoe Carstairs <me@joeac.net>2026-08-13 16:33:51 +0100
committerJoe Carstairs <me@joeac.net>2026-08-13 16:33:51 +0100
commit62e6bab910297aa15d76eb735ce3dd9b5417e26e (patch)
treea98b5fb2c2663e08c21475b1092ccec395e2d87e /http/public/scripts/contact/selectors.js
parentf9272fdf3ea23070583c944b110a7b8f16c5a4ff (diff)
remove website/capsule content
Diffstat (limited to 'http/public/scripts/contact/selectors.js')
-rw-r--r--http/public/scripts/contact/selectors.js25
1 files changed, 0 insertions, 25 deletions
diff --git a/http/public/scripts/contact/selectors.js b/http/public/scripts/contact/selectors.js
deleted file mode 100644
index 7676414..0000000
--- a/http/public/scripts/contact/selectors.js
+++ /dev/null
@@ -1,25 +0,0 @@
-/**
- * @typedef {Object} Selectors
- * @property {Object} contactForm
- * @property {() => HTMLInputElement} contactForm.emailElem
- * @property {() => Element | null} contactForm.errorElem
- * @property {() => HTMLInputElement} contactForm.nameElem
- * @property {() => HTMLTextAreaElement} contactForm.messageElem
- * @property {() => HTMLFormElement | null} contactForm.self
- * @property {() => HTMLInputElement | null} contactForm.submitButton
- * @property {Object} otpDialog
- * @property {() => NodeListOf<HTMLInputElement>} otpDialog.allOtpInputs
- * @property {() => Element | null} otpDialog.errorElem
- * @property {() => HTMLInputElement | null} otpDialog.firstOtpInput
- * @property {() => HTMLFormElement | null} otpDialog.otpForm
- * @property {() => Element | null} otpDialog.otpRecipient
- * @property {() => Element | null} otpDialog.otpValidUntil
- * @property {() => HTMLButtonElement | null} otpDialog.resendButton
- * @property {() => HTMLDialogElement} otpDialog.self
- * @property {() => HTMLInputElement | null} otpDialog.submitButton
- * @property {Object} successSection
- * @property {() => Element | null} successSection.email
- * @property {() => Element | null} successSection.message
- * @property {() => Element | null} successSection.name
- * @property {() => Element | null} successSection.self
- */