mirror of
https://github.com/FortAwesome/Font-Awesome.git
synced 2025-01-05 02:11:30 +08:00
7 lines
106 B
JavaScript
7 lines
106 B
JavaScript
|
$(function() {
|
||
|
// start the icon carousel
|
||
|
$('#icon-carousel').carousel({
|
||
|
interval: 5000
|
||
|
});
|
||
|
});
|