Skip to content

Commit 90aec86

Browse files
committed
fix 3
1 parent e9f01e7 commit 90aec86

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/assets/js/home.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ function initMainSpicr(){
55
}
66

77
function loadCarouselMedia(){
8-
new DLL(SpicrMainDemo,initMainSpicr)
8+
// new dll(SpicrMainDemo,initMainSpicr);
9+
DLL(SpicrMainDemo,initMainSpicr);
910
}
1011

1112
document.addEventListener('DOMContentLoaded', function loadWrapper(){

0 commit comments

Comments
 (0)