4 lines
70 B
JavaScript
4 lines
70 B
JavaScript
|
$('.carousel').carousel({
|
||
|
interval: 5000,
|
||
|
pause: "false"
|
||
|
})
|