* Fix bug #20828.
This commit is contained in:
@@ -900,5 +900,12 @@ $(document).ready(function()
|
||||
$('#globalCreate').hover(function()
|
||||
{
|
||||
$(this).prev().removeClass('open');
|
||||
$(this).addClass('dropdown-hover');
|
||||
});
|
||||
|
||||
/* Hide create button when global create menu is clicked. */
|
||||
$('#globalCreate').click(function()
|
||||
{
|
||||
$(this).removeClass('dropdown-hover');
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user