diff --git a/php/src/public/js/app.js b/php/src/public/js/app.js index de87eb4..6ccc3bc 100644 --- a/php/src/public/js/app.js +++ b/php/src/public/js/app.js @@ -53,5 +53,8 @@ document.addEventListener('alpine:init', () => { Artists: [], Queue: false, - }) + }); + + $("#loader-wrapper").fadeOut(900); + }) diff --git a/php/src/resources/views/assets/scripts-footer.blade.php b/php/src/resources/views/assets/scripts-footer.blade.php index 2e2d8be..2215c50 100644 --- a/php/src/resources/views/assets/scripts-footer.blade.php +++ b/php/src/resources/views/assets/scripts-footer.blade.php @@ -1,9 +1,4 @@ - diff --git a/php/src/resources/views/layouts/public.blade.php b/php/src/resources/views/layouts/public.blade.php index b9126be..973fcbb 100644 --- a/php/src/resources/views/layouts/public.blade.php +++ b/php/src/resources/views/layouts/public.blade.php @@ -16,7 +16,7 @@ - @include('assets.scripts-header'); + @include('assets.scripts-header') @@ -35,18 +35,18 @@