ElectronNET.WebApp: nav.js and demo-btns.js: Increase timeouts

These were too short when debugging on WSL
This commit is contained in:
softworkz
2025-10-13 14:08:36 +02:00
parent bcde1032af
commit 69129a6f02
2 changed files with 2 additions and 2 deletions

View File

@@ -10,4 +10,4 @@ setTimeout(() => {
parent.classList.toggle('is-open');
})
})
}, 1000);
}, 3000);

View File

@@ -77,4 +77,4 @@ function showNav() {
setTimeout(() => {
activateDefaultSection();
displayAbout();
}, 350);
}, 1000);