mirror of
https://github.com/waveletlab-uestc/waveletlab-uestc.github.io.git
synced 2026-04-02 07:51:52 +08:00
5 lines
82 B
JavaScript
5 lines
82 B
JavaScript
window.onload = function() {
|
|
$('.carousel').carousel({
|
|
interval: 2000
|
|
})
|
|
} |