Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Pedrovinagr committed May 21, 2021
1 parent eada8e8 commit b5d8f4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion starterOnly/modal.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ modalBtn.forEach((btn) => btn.addEventListener("click", launchModal));
function launchModal() {
modalbg.style.display = "block";
}
// Lors du click sur le bouton "fermer" de la fenêtre de confirmation d'inscription, ferme et réinitialise de formulaire d'inscription.
// click sur le bouton (X) de la fenêtre d'inscription
redCloseBtn.addEventListener('click', function() {
closeModal();
})

0 comments on commit b5d8f4b

Please sign in to comment.