1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-05 19:42:38 +02:00

show the screen after 2 seconds max

This commit is contained in:
daniel 2018-12-15 17:22:47 -03:00
parent fd16fa2996
commit 1575d395d0

View file

@ -49,9 +49,6 @@ $(function () {
});
});
$carousel = $('.carousel').flickity();
isFlickityEnabled('.carousel');
setTimeout(function () {
$('#loading').fadeOut();
@ -59,6 +56,9 @@ $(function () {
$carousel.flickity('resize');
});
}, 2000);
$carousel = $('.carousel').flickity();
isFlickityEnabled('.carousel');
});