mirror of
https://github.com/ForkAwesome/Fork-Awesome.git
synced 2025-04-04 23:59:15 +08:00
7 lines
106 B
JavaScript
7 lines
106 B
JavaScript
$(function() {
|
|
// start the icon carousel
|
|
$('#icon-carousel').carousel({
|
|
interval: 5000
|
|
});
|
|
});
|