// Inicializar todos os tooltips var tooltipTriggerList=[].slice.call(document.querySelectorAll('[data-bs-toggle="tooltip" ]')) var tooltipList=tooltipTriggerList.map(function (tooltipTriggerEl) { return new bootstrap.Tooltip(tooltipTriggerEl) }) const emailBtn=document.getElementById('emailBtn'); const emailModal=new bootstrap.Modal(document.getElementById('emailModal')); const emailContent=document.getElementById('emailContent'); emailBtn.addEventListener('click', showEmail); function showEmail() { emailModal.show(); } $("#mylunaradio").lunaradio({ userinterface: "small" , backgroundcolor: "#1b1d5f" , fontcolor: "#ffffff" , hightlightcolor: "#403dff" , fontname: "Roboto Flex" , googlefont: "Roboto+Flex:wght@400&display=swap" , fontratio: "0.6" , radioname: "" , scroll: "true" , coverimage: "./img/logo.png?v=1760859696" , usevisualizer: "real" , coverstyle: "square" , onlycoverimage: "false" , visualizertype: "8" , multicolorvisualizer: "false" , color1: "#e9ff00" , color2: "#e9ff00" , color3: "#000c7f" , color4: "#000c7f" , itunestoken: "1000lIPN" , metadatatechnic: "fallback" , streamurl: "https://azura.servercast.com.br/listen/radio-novacast" , streamtype: "icecast2" , icecastmountpoint: "/stream" , shoutcastpath: "/stream" , shoutcastid: "1" , metadatainterval: "25000" , volume: "100" , debug: "false" , usestreamcorsproxy: "false" , autoplay: "false" , displayvisualizericon: "false" , displayliveicon: "false" });