Skip to content

Commit

Permalink
fix for version patch notes
Browse files Browse the repository at this point in the history
  • Loading branch information
a456pur committed Aug 24, 2024
1 parent 9865e77 commit 7c4ae72
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
Binary file removed images/other/devbuilda.jpg
Binary file not shown.
Binary file removed images/other/devbuildb.jpg
Binary file not shown.
Binary file added images/other/v10image.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

<div id="blackout"></div>
<div id="updPopup">
<img src="/images/other/devbuildb.jpg" style="width: 90%;">
<img src="/images/other/v10image.jpg" style="width: 90%;">
<br><br>
<h2 style="font-size: 28px; text-decoration: underline;">version 10 / patch notes</h2>

Expand Down Expand Up @@ -140,10 +140,10 @@ <h2>version 10 / development build</h2>

<script>
document.addEventListener('DOMContentLoaded', function () {
if (!localStorage.getItem('v10-devbuildbupdate')) {
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-devbuildbupdate', 'true');
}
document.getElementById('updConfirm').addEventListener('click', function () {
document.getElementById('blackout').style.display = 'none';
Expand Down

0 comments on commit 7c4ae72

Please sign in to comment.