Line 107: | Line 107: | ||
var bgVideo=document.getElementById("bgvideo"); | var bgVideo=document.getElementById("bgvideo"); | ||
bgVideo.addEventListener('canplaythrough',function(){ | bgVideo.addEventListener('canplaythrough',function(){ | ||
− | $('#loading'). | + | $('#loading').fadeOut(); |
}); | }); | ||
}); | }); |
Revision as of 15:44, 13 October 2018
Loading...