This commit is contained in:
holan20180123
2021-02-07 14:08:55 +08:00
+12
View File
@@ -466,6 +466,7 @@
$("#recentMenu").click(function(event)
{
$('#globalSearchInput').click();
event.stopPropagation();
getExecutions();
});
@@ -630,6 +631,17 @@ $(function()
event.stopPropagation();
}
});
$('.has-avatar').hover(function(event)
{
$('.contextmenu').attr('class', 'contextmenu');
$('.contextmenu-menu').attr('class', 'contextmenu-menu fade');
});
$('#bars').mousedown(function()
{
$('#globalSearchInput').click();
});
});
/* Change the search object according to the module and method. */