CES 2024 is the Consumer Electronics Show, a global event that showcases the latest innovations in technology, including automotive technology. The event took place from January 9 to January 12, 2024, in Las Vegas, Nevada, USA. Some of the highlights of the event from...
CES 2024 is the Consumer Electronics Show, a global event that showcases the latest innovations in technology, including automotive technology. The event took place from January 9 to January 12, 2024, in Las Vegas, Nevada, USA. Some of the highlights of the event from...
CES 2024 is the Consumer Electronics Show, a global event that showcases the latest innovations in technology, including automotive technology. The event took place from January 9 to January 12, 2024, in Las Vegas, Nevada, USA. Some of the highlights of the event from...
document.addEventListener('click', function(event) {
const menu = document.querySelector('.et_pb_fullscreen_menu'); // Divi's full screen menu
const closeButton = document.querySelector('.et_close_fullscreen_menu'); // Close button
if (menu && menu.classList.contains('et_pb_fullscreen_menu--open')) {
// Check if the click is outside the menu
if (!menu.contains(event.target) && !closeButton.contains(event.target)) {
closeButton.click(); // Close the menu
}
}
});