This commit is contained in:
andrei-mihnea-cerbu
2024-04-25 00:33:35 +03:00
parent 5ebdc1b69a
commit de40ba9183
2 changed files with 2 additions and 2 deletions
@@ -66,6 +66,6 @@ document.addEventListener("DOMContentLoaded", async function () {
} }
await performUploads(); await performUploads();
await timeout(10000); // Consider the necessity of this delay in production await timeout(3000); // Consider the necessity of this delay in production
fadeOut('main_menu.html'); fadeOut('main_menu.html');
}); });
@@ -59,7 +59,7 @@ document.addEventListener("DOMContentLoaded", async function () {
} }
await performUploads(); await performUploads();
await timeout(10000); await timeout(3000);
fadeOut('main_menu.html'); // Make sure this function is properly defined or available in your context fadeOut('main_menu.html'); // Make sure this function is properly defined or available in your context
}); });