summaryrefslogtreecommitdiff
path: root/js/custom.js
blob: 092a7a4f746bd99134dfe22a86b6fd152c2425b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14

function theme_home(){
	
	//flexslider
	jQuery('.flexslider').flexslider({
    	animation: "slide"	
    });

}

jQuery(document).ready(function($){
	theme_home();
});