function Chat_OnReady_Functions(){InitializeChatPopoverToLogin()}function InitializeChatPopoverToLogin(){$("#chat-popover-link").popover({trigger:"manual",placement:"auto",content:function(){return $("#chat-popover-container").html()},template:'<div id="chatPopover" class="popover chat-popover" role="tooltip"><div class="arrow"><\/div><div class="popover-content"><\/div><\/div>',html:!0,animation:!1}).on("click",function(){var n=this;if($("#chatPopover").hasClass("chat-popover"))$(this).popover("hide");else{$(this).popover("show");$(".popover").on("mouseleave",function(){$(n).popover("hide")})}return!1}).on("mouseleave",function(){var n=this;setTimeout(function(){$(".popover:hover").length||$(n).popover("hide")},300)})}