Continued to improve the layout.
This commit is contained in:
@@ -12,5 +12,8 @@ Template.Body.events({
|
||||
},
|
||||
"click .menuArea a": function(event, template) {
|
||||
$('nav.leftSidebarContainer').toggleClass('menuShow');
|
||||
},
|
||||
"click .menuArea a .subMenu": function(event, template) {
|
||||
$('nav.leftSidebarContainer').toggleClass('menuShow');
|
||||
}
|
||||
});
|
||||
Reference in New Issue
Block a user