提交 85ff8ddf 编写于 作者: J junjie

Bug fix of multilevel menu in the small mode.

上级 4dea1e27
......@@ -87,8 +87,8 @@ var setContentHeight = function () {
{
if ( $BODY.is( ".nav-sm" ) )
{
$SIDEBAR_MENU.find( "li" ).removeClass( "active active-sm" );
$SIDEBAR_MENU.find( "li ul" ).slideUp();
$li.parent().find( "li" ).removeClass( "active active-sm" );
$li.parent().find( "li ul" ).slideUp();
}
}
$li.addClass('active');
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册