#jSk\j]Accept-Encoding,User-AgentQ89D9I3 KEY: https://cauteseg.com.br/wp-content/themes/cauteseg/js/main.js HTTP/1.1 200 OK Date: Thu, 17 Sep 2026 14:32:51 GMT Server: Apache Last-Modified: Tue, 19 Feb 2019 12:36:35 GMT Accept-Ranges: bytes Content-Length: 1481 Vary: Accept-Encoding,User-Agent Connection: close Content-Type: application/javascript $(function () { $("#owl-demo").owlCarousel({ autoPlay: 6000, navigation: false, // Show next and prev buttons slideSpeed: 800, pagination: true, paginationSpeed: 500, singleItem: true }); $("#owl-demo2").owlCarousel({ autoPlay: 6000, scrollPerPage: true, navigation: true, // Show next and prev buttons slideSpeed: 800, pagination: false, paginationSpeed: 500, items: 6 }); $("#owl-demo3").owlCarousel({ autoPlay: 6000, scrollPerPage: true, navigation: false, // Show next and prev buttons slideSpeed: 800, pagination: true, paginationSpeed: 500, items: 4 }); $('ul.tabs li').click(function(){ var tab_id = $(this).attr('data-tab'); $('ul.tabs li').removeClass('current'); $('.tab-content').removeClass('current'); $(this).addClass('current'); $("#"+tab_id).addClass('current'); }); $(".fancy").fancybox({ openEffect: 'elastic', closeEffect: 'elastic' }); //Mídia $('.fancybox-media') .attr('rel', 'media-gallery') .fancybox({ openEffect : 'none', closeEffect : 'none', prevEffect : 'none', nextEffect : 'none', arrows : false, helpers : { media : {}, buttons : {} } }); });