Merge branch 'main' of github.com:hrfee/jfa-go

This commit is contained in:
Harvey Tindall
2025-12-19 13:12:27 +00:00
3 changed files with 10 additions and 3 deletions

View File

@@ -534,7 +534,7 @@ const addEditEmail = (add: boolean): void => {
const content = window.modals.email.modal.querySelector(".content");
content.classList.remove("unfocused");
const submit = window.modals.email.modal.querySelector(".modal-submit") as HTMLButtonElement;
const submit = window.modals.email.modal.querySelector(".card").children[0] as HTMLButtonElement;
submit.onclick = () => {
addLoader(submit);
_post(