diff --git a/app/static/app/js/welcomeControl.js b/app/static/app/js/welcomeControl.js index 3c4759c..24831ce 100644 --- a/app/static/app/js/welcomeControl.js +++ b/app/static/app/js/welcomeControl.js @@ -2,7 +2,7 @@ function setAllOk() { document.getElementById('welcome_content').style.display = 'none'; - if (UpdateInfoReadingState === document.getElementById('versionnumber').value) { + if (localStorage.getItem('UpdateInfoRead') === document.getElementById('versionnumber').value) { document.getElementById('dashboard').classList.remove('d-none'); document.getElementById('refresh_icon').classList.remove('d-none') document.getElementById('settings_icon').classList.remove('d-none')