From 63530324338de5e25853eaf8d7a85dbd8ca724ee Mon Sep 17 00:00:00 2001 From: kaotisk Date: Mon, 11 Sep 2023 21:45:02 +0300 Subject: Changed way we init and handle location --- src/js/app.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/js/app.js') diff --git a/src/js/app.js b/src/js/app.js index c3e4c06..e246a19 100644 --- a/src/js/app.js +++ b/src/js/app.js @@ -19,8 +19,7 @@ window.addEventListener('resize', () => { // And call menuinit(); -// We bring up the default pane ( #welcome-section ) -document.querySelector('#welcome-section').hidden=false; +locationHashOnChange(); progressPlaceholder.value = '0'; -- cgit v1.2.3