Skip to content

Commit

Permalink
fix update log prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
a456pur committed Aug 24, 2024
1 parent e3725ec commit 3d097cd
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 @@ -143,7 +143,7 @@ <h2>version 10 / development build</h2>
if (!localStorage.getItem('v10-update')) {
document.getElementById('blackout').style.display = 'block';
document.getElementById('updPopup').style.display = 'block';
//localStorage.setItem('v10-devbuildbupdate', 'true');
localStorage.setItem('v10-update', 'true');
}
document.getElementById('updConfirm').addEventListener('click', function () {
document.getElementById('blackout').style.display = 'none';
Expand Down

0 comments on commit 3d097cd

Please sign in to comment.