This commit is contained in:
2025-04-06 19:31:59 -06:00
parent ab00581dc6
commit 84d38dbeb3
3 changed files with 38 additions and 0 deletions
+3
View File
@@ -15,6 +15,9 @@ document.addEventListener('DOMContentLoaded', function() {
case 'update_username_form_button':
openModal('update_username_form');
break;
case 'update_profile_picture_form_button':
openModal('update_profile_picture_form');
break;
case 'request_role_form_button':
openModal("request_role_change_form");
break;