Welcome to mirror list, hosted at ThFree Co, Russian Federation.

site.js « js « assets - github.com/ForkAwesome/Fork-Awesome.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7317980482a9b46634a7391e16449dd9d0fed7a4 (plain)
1
2
3
4
5
6
$(function() {
  // start the icon carousel
  $('#icon-carousel').carousel({
    interval: 5000
  });
});