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']; - +