Показать сообщение отдельно
  #5 (permalink)  
Старый 20.09.2018, 16:18
Профессор
Отправить личное сообщение для Julia1991 Посмотреть профиль Найти все сообщения от Julia1991
 
Регистрация: 13.08.2017
Сообщений: 167

Ругается на эти 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>

Последний раз редактировалось Julia1991, 20.09.2018 в 16:39.
Ответить с цитированием