Sidebar correctly collapse

This commit is contained in:
Pierre HUBERT 2019-05-11 17:08:29 +02:00
parent c04ee45098
commit fa585716ae

View File

@ -247,7 +247,7 @@ ComunicWeb.common.page = {
//Set body class //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 //We load the menubar
ComunicWeb.components.menuBar.common.display(); ComunicWeb.components.menuBar.common.display();