Font-Awesome/whats-new/assets/js/site.js
2014-08-04 13:31:21 -04:00

7 lines
106 B
JavaScript

$(function() {
// start the icon carousel
$('#icon-carousel').carousel({
interval: 5000
});
});