Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
a456pur committed Jul 29, 2024
1 parent 66a2fb9 commit c9dcefd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ <h2>version 10 / development build</h2>
if (!localStorage.getItem('v10-devbuildbupdate')) {
document.getElementById('blackout').style.display = 'block';
document.getElementById('updPopup').style.display = 'block';
//localStorage.setItem('v10-devbuildbupdate', 'true');
localStorage.setItem('v10-devbuildbupdate', 'true');
}
document.getElementById('updConfirm').addEventListener('click', function () {
document.getElementById('blackout').style.display = 'none';
Expand Down

0 comments on commit c9dcefd

Please sign in to comment.