File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- NOME , APELIDO
1+ NOME , APELIDO
22Afonso , Cardeira
33Américo , Miranda
44Amílcar , Rocha
55Ana , Lemos
6- Ana Carolina , Lolo
6+ Ana Carolina , Neves
77Ana Rita , Miranda
88António José , Silva
99Artur , Cardeira
@@ -12,7 +12,7 @@ Benjamin,Miranda
1212Bernardo , Moreno
1313Bruno , Lopes
1414Carla , Cardeira
15- Carlitos , Miranda
15+ Carlos , Miranda
1616Catarina , Almas
1717Catarina , Santos
1818Cristina , Rocha
Original file line number Diff line number Diff line change @@ -642,10 +642,6 @@ <h1 class="title has-text-centered section-title" data-aos="fade-up" data-aos-ea
642642 statusEl . textContent = "Por favor, escolha o seu nome." ;
643643 return ;
644644 }
645- if ( ! data . get ( "phone" ) || ! / ^ \d { 9 , } $ / . test ( data . get ( "phone" ) ) ) {
646- statusEl . textContent = "Por favor, indique um número de telefone válido." ;
647- return ;
648- }
649645 if ( ! data . get ( "attending" ) ) {
650646 statusEl . textContent = "Por favor, selecione presença." ;
651647 return ;
You can’t perform that action at this time.
0 commit comments