mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-04 05:34:51 +00:00
ElectronNET.WebApp: nav.js and demo-btns.js: Increase timeouts
These were too short when debugging on WSL
This commit is contained in:
@@ -10,4 +10,4 @@ setTimeout(() => {
|
||||
parent.classList.toggle('is-open');
|
||||
})
|
||||
})
|
||||
}, 1000);
|
||||
}, 3000);
|
||||
|
||||
@@ -77,4 +77,4 @@ function showNav() {
|
||||
setTimeout(() => {
|
||||
activateDefaultSection();
|
||||
displayAbout();
|
||||
}, 350);
|
||||
}, 1000);
|
||||
Reference in New Issue
Block a user