mirror of
				https://github.com/pierre42100/ComunicWeb
				synced 2025-11-04 12:14:12 +00:00 
			
		
		
		
	Sidebar correctly collapse
This commit is contained in:
		@@ -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();
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user