diff --git a/scp/js/ticket.js b/scp/js/ticket.js index ad51940e995ccb73fa30e6cf50eda37b67811958..66d5881dc7f4893043f76f37e28b57457b11ece1 100644 --- a/scp/js/ticket.js +++ b/scp/js/ticket.js @@ -370,7 +370,10 @@ jQuery(function($) { $.dialog(url, 201, function (resp) { $('input#emailcollab').show(); $('#recipients').text(resp); - }); + }, { + onshow: function() { $('#user-search').focus(); } + }); +; return false; });