0
Skip to Content
LighthouseIgnition.com
HOME
VISION
STEFAN'S MISSION
OFFERS
CONTACT
English
Appointment
LighthouseIgnition.com
HOME
VISION
STEFAN'S MISSION
OFFERS
CONTACT
English
Appointment
HOME
VISION
STEFAN'S MISSION
OFFERS
CONTACT
English
Back
Appointment

Stay in the loop

Sign up with your email address to receive news and updates.

Thank you!

Lighthouse Ignition

Ticino, Switzerland

+41 76 242 70 05
info@lighthouseignition.com

document.addEventListener('DOMContentLoaded', function () { const languagePicker = document.querySelector('a[data-folder-id="language-picker"]'); const dropdownMenu = document.querySelector('.dropdown-menu'); if (!languagePicker || !dropdownMenu) { console.error('Language picker or dropdown menu not found.'); return; } languagePicker.addEventListener('click', function (e) { e.preventDefault(); // Prevent the default link action dropdownMenu.classList.toggle('open'); // Toggle dropdown visibility }); document.addEventListener('click', function (e) { // Close dropdown if clicking outside if (!languagePicker.contains(e.target)) { dropdownMenu.classList.remove('open'); } }); });