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:
parent
fd16fa2996
commit
1575d395d0
1 changed files with 3 additions and 3 deletions
|
@ -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');
|
||||
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue