Merge branch 'master' of https://git.zcorp.cc/zentaopms
This commit is contained in:
@@ -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. */
|
||||
|
||||
Reference in New Issue
Block a user