mirror of
https://github.com/pierre42100/ComunicWeb
synced 2024-11-22 12:09:21 +00:00
Sidebar correctly collapse
This commit is contained in:
parent
c04ee45098
commit
fa585716ae
@ -247,7 +247,7 @@ ComunicWeb.common.page = {
|
||||
|
||||
|
||||
//Set body class
|
||||
document.body.className="hold-transition fixed skin-blue " + (signed_in() ? "" : "layout-top-nav");
|
||||
document.body.className="hold-transition fixed skin-blue " + (signed_in() ? "sidebar-mini" : "layout-top-nav");
|
||||
|
||||
//We load the menubar
|
||||
ComunicWeb.components.menuBar.common.display();
|
||||
|
Loading…
Reference in New Issue
Block a user