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