Line 227: | Line 227: | ||
myBgVideo.addEventListener('canplaythrough',function(){ | myBgVideo.addEventListener('canplaythrough',function(){ | ||
setTimeout(function(){ $('body').addClass('loaded'); | setTimeout(function(){ $('body').addClass('loaded'); | ||
− | $('#loader-wrapper .load_title').remove(); }, | + | $('#loader-wrapper .load_title').remove(); }, 3000); |
}); | }); | ||
}); | }); |
Revision as of 17:14, 21 September 2018