From 136d05049d7faa76f5eb90bdaec62af941739ad0 Mon Sep 17 00:00:00 2001 From: KONE SOREL Date: Tue, 20 Jan 2026 09:18:48 +0000 Subject: [PATCH] dr --- Js/fonctions.js | 4 ++++ Vue/gabarit.php | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Js/fonctions.js b/Js/fonctions.js index 016946d..dbe7dc8 100755 --- a/Js/fonctions.js +++ b/Js/fonctions.js @@ -38,6 +38,10 @@ function connexion_cookie() }); } +function toggleSidebar() { + document.body.classList.toggle('sidebar-collapsed'); +} + $(function() { // Initialisation des composants au chargement de la page appliquerDataTable('.tabliste'); diff --git a/Vue/gabarit.php b/Vue/gabarit.php index c559d9d..663a52a 100755 --- a/Vue/gabarit.php +++ b/Vue/gabarit.php @@ -655,7 +655,7 @@ $photoAssureCrypte = $_SESSION['photoAssureCrypte']; - +