console.log('Copyright © 2025 FLEET Convention. All Rights Reserved.'); if ($('#map').length) { google.maps.visualRefresh = true; function initialize() { var myLatlng = new google.maps.LatLng(48.20627, 16.36586); var center = new google.maps.LatLng(48.20627, 16.36586); var mapOptions = { center: center, zoom: 18, scrollwheel: false, mapTypeId: google.maps.MapTypeId.ROADMAP }; var map = new google.maps.Map(document.getElementById("map"), mapOptions); var marker = new google.maps.Marker({ position: myLatlng, map: map, title: "FLEET Convention", icon: 'img/fcpin.png' }); var styles = [ { featureType: 'all', stylers: [{ saturation: -100 }, { gamma: 0.50 }] } ]; map.setOptions({ styles: styles }); } google.maps.event.addDomListener(window, 'load', initialize); } $(document).ready(function() { $('.slider').slick({ centerPadding: '60px', slidesToShow: 1, dots: !0, /* It is for the navigation dots */ responsive: [{ breakpoint: 768, settings: { arrows: true, centerPadding: '40px', slidesToShow: 1 } }, { breakpoint: 480, settings: { arrows: true, centerPadding: '40px', slidesToShow: 1 } }, { breakpoint: 360, settings: { arrows: true, centerPadding: '40px', slidesToShow: 1 } } ] }); }); $(window).load(function() { if ($('.check-optional input').is(":checked")) { $('.form-optional').show(); $('.openrequired').prop('required',true); } else { $('.form-optional').hide(); $('.openrequired').prop('required',false); } }); $('.form-optional').hide(); $('.check-optional input').click(function() { if (this.checked) { $('.form-optional').show(); $('.openrequired').prop('required',true); } else { $('.form-optional').hide(); $('.openrequired').prop('required',false); } }) smoothScroll.init();