We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9f01e7 commit 90aec86Copy full SHA for 90aec86
docs/assets/js/home.js
@@ -5,7 +5,8 @@ function initMainSpicr(){
5
}
6
7
function loadCarouselMedia(){
8
- new DLL(SpicrMainDemo,initMainSpicr)
+ // new dll(SpicrMainDemo,initMainSpicr);
9
+ DLL(SpicrMainDemo,initMainSpicr);
10
11
12
document.addEventListener('DOMContentLoaded', function loadWrapper(){
0 commit comments