Skip to content

Commit

Permalink
Revert "Déclenche une erreur JS pour vérifier la bonne détection"
Browse files Browse the repository at this point in the history
This reverts commit 96400a4.
  • Loading branch information
francois-ferrandis committed Mar 4, 2025
1 parent b30a404 commit 19f885b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/javascript/components/plage_ouverture.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
class PlageOuverture {
constructor() {
tiens_tiens_mais_cette_fonction_nexiste_pas();
this.toggleLieuSelectionField(true);
$(".plage-ouverture-form .form-check-input[name='plage_ouverture[motif_ids][]']").on("input", () => { this.toggleLieuSelectionField(); })
}
Expand Down

0 comments on commit 19f885b

Please sign in to comment.