window.hsConversationsSettings = {
loadImmediately: true, // Allows you to manually load the widget using .load()
};
function openChat() {
//window.HubSpotConversations.widget.load({ widgetOpen: true });
window.HubSpotConversations.widget.load();
window.HubSpotConversations.widget.open();
}
function closeChat() {
}