From 9709ce2d744ab3cbe9df3458f1af9a358c8e9bf1 Mon Sep 17 00:00:00 2001 From: KONE SOREL Date: Mon, 5 Jan 2026 11:52:22 +0000 Subject: [PATCH] f --- Vue/gabarit.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Vue/gabarit.php b/Vue/gabarit.php index 6f72cc6..9835eee 100755 --- a/Vue/gabarit.php +++ b/Vue/gabarit.php @@ -759,6 +759,8 @@ $photoAssureCrypte = $_SESSION['photoAssureCrypte']; return; } + + // Rendez le bouton accessible aux clics clavier toggleBtn.setAttribute("role", "button"); toggleBtn.setAttribute("tabindex", "0"); @@ -775,6 +777,9 @@ $photoAssureCrypte = $_SESSION['photoAssureCrypte']; toggle(); } }); + + console.log("btn:", toggleBtn); + console.log("sidebarCollapsedBefore:", document.body.classList.contains("sidebar-collapsed")); });