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