";openModal(_title,_body)}).catch((error)=>{console.error('Promise error:',error)})}catch(error){console.error('Catch error:'+error)}} function showMoreTimezone(_slug){var elm=document.querySelectorAll('.'+_slug);var btn=document.getElementById('btn-'+_slug);var act=btn.getAttribute('data-action');if(act==='+'){var act='block';btn.setAttribute('data-action','-');btn.textContent="Mostra di meno"}else{var act='none';btn.setAttribute('data-action','+');btn.textContent="Mostra di più"} elm.forEach(function(country){country.style.display=act})}