ADD FEATURE: UpdateInfoPage

sortierung
Samuel Zielke 1 year ago
parent 2558b1d67a
commit cd88d0c354

@ -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')

Loading…
Cancel
Save

Powered by TurnKey Linux.