From 0b418d72596bf58bad0cbb54d41eb7bacae46860 Mon Sep 17 00:00:00 2001 From: Ahmad Farhat Date: Tue, 29 Jun 2021 00:26:19 -0400 Subject: [PATCH] Stop disabled settings from being accessible by tab (#2815) --- app/views/shared/modals/_create_room_modal.html.erb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/app/views/shared/modals/_create_room_modal.html.erb b/app/views/shared/modals/_create_room_modal.html.erb index ee0b7f97..dcb2315f 100644 --- a/app/views/shared/modals/_create_room_modal.html.erb +++ b/app/views/shared/modals/_create_room_modal.html.erb @@ -60,7 +60,7 @@ <% if mute != "disabled" %> <% end %> @@ -69,7 +69,7 @@ <% if require_approval != "disabled" %> <% end %> @@ -78,7 +78,7 @@ <% if any_start != "disabled" %> <% end %> @@ -86,7 +86,7 @@ <% if moderator != "disabled" %> <% end %> @@ -94,7 +94,7 @@ <% if recording_consent_required? && recording != "disabled" && perm_to_record_meeting %> <% end %>