This commit is contained in:
tianshujie
2022-03-22 09:13:24 +08:00
parent 93076c966b
commit afcca3cf39
+7
View File
@@ -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');
});
});