This commit is contained in:
Blandine Bajard 2021-10-20 12:42:32 +02:00
parent 4a95ab8ced
commit b670aad827
2 changed files with 13 additions and 9 deletions

View file

@ -23,7 +23,7 @@
</section>
<section id="recherche">
<form action="" id="formRecherche" onSubmit="envoiForm(event); console.log('click')">
<form action="" id="formRecherche" onSubmit="event.preventDefault(); console.log('click')">
<label for="textRecherche">Recherche : </label>
<input type="text" name="textRecherche" id="textRecherche">
<input type="submit" value="ok">