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