Current Path : /var/test/www/ya/wp-content/themes/youthy/framework/js/ |
Current File : /var/test/www/ya/wp-content/themes/youthy/framework/js/theme-customizer.js |
(function( $ ) { "use strict"; // // Kill body animations // $('html > body').css('-webkit-animation-delay' , 0) .css('-moz-animation-delay' , 0) .css('-o-animation-delay' , 0) .css('-ms-animation-delay' , 0) .css('animation-delay' , 0); // // Logo images // wp.customize( 'meanthemes_logo_image', function( value ) { value.bind( function( to ) { 0 === $.trim( to ).length ? $( '.header .site-logo-inner img' ).remove() : $( '.header .site-logo-inner' ).prepend( '<img src="' + to + '" />' ); }); }); })( jQuery );