updated forms

This commit is contained in:
Keep Creating Online
2025-02-02 14:42:44 -05:00
parent 6e6132d882
commit e1391c418d
6 changed files with 45 additions and 11 deletions

View File

@@ -523,9 +523,9 @@
//
// 8) Query param checks for the three new forms
//
// ?modal=feedback => open generalFeedbackModal
// ?modal=feature => open featureRequestModal
// ?modal=bug => open bugFixModal
// https://bitvid.network?modal=feedback => open generalFeedbackModal
// https://bitvid.network?modal=feature => open featureRequestModal
// https://bitvid.network?modal=bug => open bugFixModal
//
if (modalParam === "feedback") {
const feedbackModal = document.getElementById("generalFeedbackModal");