Choosing a selection results in a full page refresh.
Press the space key then arrow keys to make a selection.
}?/script>
// Get the current URL
var currentUrl = window.location.href;
// Check if the current URL is the French version
if (currentUrl.indexOf('/fr/') !== -1) {
// Load the Gorgias chat widget script
var script = document.createElement('script');
script.src = "https://config.gorgias.chat/bundle-loader/01GYCCA36KQ0Z8ZCXTEX79AMZE";
document.getElementById('gorgias-chat-widget-install-v3').appendChild(script);
}