summaryrefslogtreecommitdiff
path: root/slideshows/default/template/slides.js
blob: 28774ea7de1cebcc0d954fc0f194ab64b26eac20 (plain)
1
2
3
4
5
6
7
$(document).ready(function() {

	$('.slideshow').cycle({
		fx: 'none',
		timeout: 10000
	});
});