mirror of
https://github.com/PR0M3TH3AN/bitvid.git
synced 2025-09-09 07:28:44 +00:00
updated forms
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user