We use cookies to make your experience better. To comply with the new e-Privacy directive, we need to ask for your consent to set the cookies. Learn more.
setTimeout(openXimaChat, 2250);
function openXimaChat() {
console.log('Open chat');
$("#xima-chat-container-outer").find(".xima-always-collapse-area").trigger("click");
//$('#xima-header-title').trigger('click').trigger("click");
$("#xima-enter-chat-queue-btn").trigger("click");
$("#xima-chat-container-outer").css("position", "absolute").css("top", "300px").css("left", "calc(50% - 200px)").css("bottom", "unset").css("z-index", "1").css("opacity", "1");
$(".xima-collapse-icon").css("display", "none");
$(".xima-close-icon").css("display", "none");
$("#xima-start-chat-btn").attr('style', 'display: none !important');
}
});
-->
Live Chat
