updated forms

This commit is contained in:
Keep Creating Online
2025-02-02 15:05:14 -05:00
parent e1391c418d
commit 722a1f7964
5 changed files with 24 additions and 2 deletions

View File

@@ -489,6 +489,15 @@
appealsModal.classList.remove("hidden");
}
}
//
// 5.1) ?modal=application => open application form
//
else if (modalParam === "application") {
const appModal = document.getElementById("nostrFormModal");
if (appModal) {
appModal.classList.remove("hidden");
}
}
//
// 6) Close content appeals modal