Skip to content

Commit 33585ba

Browse files
committed
Merge branch 'master' of github.com:Tiago-R/wedding-template
2 parents 1136426 + eeb18f0 commit 33585ba

2 files changed

Lines changed: 3 additions & 7 deletions

File tree

Convidados.csv

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
NOME,APELIDO
1+
NOME,APELIDO
22
Afonso,Cardeira
33
Américo,Miranda
44
Amílcar,Rocha
55
Ana,Lemos
6-
Ana Carolina,Lolo
6+
Ana Carolina,Neves
77
Ana Rita,Miranda
88
António José,Silva
99
Artur,Cardeira
@@ -12,7 +12,7 @@ Benjamin,Miranda
1212
Bernardo,Moreno
1313
Bruno,Lopes
1414
Carla,Cardeira
15-
Carlitos,Miranda
15+
Carlos,Miranda
1616
Catarina,Almas
1717
Catarina,Santos
1818
Cristina,Rocha

index.html

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff 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;

0 commit comments

Comments
 (0)