Merge branch 'sprint/fixbug_hufangzhou_17974' into 'master'
* Fix bug #17974. See merge request easycorp/zentaopms!2565
This commit is contained in:
@@ -11,4 +11,11 @@ $(function()
|
||||
}
|
||||
|
||||
$('#main .main-content li.has-list').addClass('open in');
|
||||
|
||||
$('.menu-actions > a').click(function()
|
||||
{
|
||||
$(this).parent().hasClass('open') ? $(this).css('background', 'none') : $(this).css('background', '#f1f1f1');
|
||||
})
|
||||
|
||||
$('.menu-actions > a').blur(function() {$(this).css('background', 'none');})
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user