/** * Functions and scripts related to the theme. */ jQuery(document).ready(function($){ 'use strict' $(window).load(function() { $('.flexslider').flexslider({ animation: "slide" }); }); }(jQuery));