7 lines
106 B
JavaScript
Raw Normal View History

2013-05-10 12:00:01 -04:00
$(function() {
// start the icon carousel
2013-10-23 11:12:39 -04:00
$('#icon-carousel').carousel({
2013-05-10 12:00:01 -04:00
interval: 5000
});
});