Skip to content
Snippets Groups Projects
Commit 7a5ddda1 authored by Théo BOYER's avatar Théo BOYER
Browse files

Fix id

parent e4b6244b
No related branches found
No related tags found
No related merge requests found
Pipeline #92667 passed
......@@ -100,7 +100,7 @@
var shouldDisplay = false; // Flag pour déterminer si on doit afficher le texte
// 1. Vérification des éléments du <select> au chargement de la page
$('#treatment_dataconformite_traitement_traitement_dataCategoriesCategories option').each(function() {
$('#conformite_traitement_traitement_dataCategories option').each(function() {
var optionSelected = $(this).is(':selected'); // Vérifier si l'option est sélectionnée
var fontWeight = $(this).css('font-weight');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment