This commit is contained in:
2025-12-31 12:12:55 +00:00
parent b18b9f317f
commit 27ca100482
2 changed files with 7 additions and 1 deletions

View File

@@ -54,6 +54,12 @@ $(function() {
// Initialisation des composants au chargement de la page
appliquerDataTable('.tabliste');
const vueOuverte = $("#vue").val();
if(vueOuverte === "Accueil"){
reset_graphique();
}
});
/**