Introduction The electric vehicle (EV) revolution is in full swing, but Tier 1 suppliers face a unique set of hurdles on the road to a sustainable future. While their expertise in traditional automotive engineering is invaluable, navigating the complexities of EV...
Introduction The skillsets required to design, develop, and integrate software into complex vehicles have expanded dramatically. Today’s automotive OEMs need a new breed of engineers with expertise in: The automotive industry is undergoing a seismic shift....
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
}
}
});