f
This commit is contained in:
parent
65b2484e08
commit
9709ce2d74
|
|
@ -759,6 +759,8 @@ $photoAssureCrypte = $_SESSION['photoAssureCrypte'];
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
// Rendez le bouton accessible aux clics clavier
|
// Rendez le bouton accessible aux clics clavier
|
||||||
toggleBtn.setAttribute("role", "button");
|
toggleBtn.setAttribute("role", "button");
|
||||||
toggleBtn.setAttribute("tabindex", "0");
|
toggleBtn.setAttribute("tabindex", "0");
|
||||||
|
|
@ -775,6 +777,9 @@ $photoAssureCrypte = $_SESSION['photoAssureCrypte'];
|
||||||
toggle();
|
toggle();
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
console.log("btn:", toggleBtn);
|
||||||
|
console.log("sidebarCollapsedBefore:", document.body.classList.contains("sidebar-collapsed"));
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
</body>
|
</body>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user