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
@@ -59,7 +59,7 @@ document.addEventListener("DOMContentLoaded", async function () {
}
await performUploads();
await timeout(10000);
await timeout(3000);
fadeOut('main_menu.html'); // Make sure this function is properly defined or available in your context
});