File: /home/mmickelson/martyknows.com/wp-content/themes/sundance/js/theme.js
( function( $ ) {
$( window ).load( function() {
$( '.featured' ).css( {
display: 'none'
} );
$( '.featured:first-child' ).css( {
display: 'list-item'
} );
$( '.featured-posts-wrapper' ).animate( {
opacity:1
},400 );
$( '.featured-posts' ).flexslider( {
animation: 'fade',
slideshow: false,
before: function( slider ){
$( window ).trigger( 'resize' );
}
} );
$( '.featured-posts-super-wrapper' ).removeClass( 'loading' );
} );
} )( jQuery );