f
This commit is contained in:
parent
65b2484e08
commit
9709ce2d74
|
|
@ -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"));
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user