require(["jquery","bootstrap"],function(d){d(function(){function e(){a.addClass("globalsearch-close");b.attr("aria-expanded","false");c.attr("disabled","");document.fire("xwiki:suggest:collapsed")}var a=d("#globalsearch"),c=a.find("input"),b=a.find("button");b.on("click",function(){if(!a.hasClass("globalsearch-close")&&0<c.val().length)return!0;a.hasClass("globalsearch-close")?(c.removeAttr("disabled"),a.removeClass("globalsearch-close"),b.attr("aria-expanded","true"),c.trigger("focus")):e();return!1});
a.on("focusout",function(){setTimeout(function(){document.getElementById("globalsearch").contains(document.activeElement)||e()},1)});b.on("click",function(){d('[data-toggle\x3d"dropdown"][aria-expanded\x3d"true"]').dropdown("toggle")})})});