site.js 106 B

123456
  1. $(function() {
  2. // start the icon carousel
  3. $('#icon-carousel').carousel({
  4. interval: 5000
  5. });
  6. });