Skip to content

Commit 4bc37c5

Browse files
committed
v0.2.8
1 parent e829114 commit 4bc37c5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Exercises JavaScript/ExercisesAJAX/08_Exercise/validations_form.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,9 @@ function contactForm(){
6868
$response.innerHTML = "";
6969
}, 3000);
7070
});
71-
7271
});
7372

7473
}
75-
74+
// Ejecutamos la subturina contactForm(); en la carga del documento
7675
d.addEventListener("DOMContentLoaded", contactForm);
7776

0 commit comments

Comments
 (0)