mirror of https://gitee.com/karson/fastadmin.git
优化Sidebar
parent
37e844181e
commit
b4dc742fed
|
|
@ -468,7 +468,7 @@ function _init() {
|
||||||
//Fix the layout in case the sidebar stretches over the height of the window
|
//Fix the layout in case the sidebar stretches over the height of the window
|
||||||
//_this.layout.fix();
|
//_this.layout.fix();
|
||||||
});
|
});
|
||||||
checkElement.parent("li").removeClass("active");
|
// checkElement.parent("li").removeClass("active");
|
||||||
checkElement.parent("li").removeClass('treeview-open');
|
checkElement.parent("li").removeClass('treeview-open');
|
||||||
}
|
}
|
||||||
//If the menu is not visible
|
//If the menu is not visible
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue