Ругается на эти 2 скрипта, но они вообще не связаны к owl carousel
<script>
jQuery(document).ready(function () {
if ( jQuery(window).width() < 400 ) {
document.getElementsByClassName('flag')[0].innerText="";
}
});
</script>
<script>
jQuery(window).on('load', function() { // makes sure the whole site is loaded
jQuery('#status').fadeOut(); // will first fade out the loading animation
jQuery('#preloader').delay(350).fadeOut('slow'); // will fade out the white DIV that covers the website.
// jQuery('body').delay(350).css({'overflow':'visible'});
});
</script>