Skip to content

Commit

Permalink
fingers crosseddd
Browse files Browse the repository at this point in the history
  • Loading branch information
dinguschan-owo authored Sep 18, 2024
1 parent 681156d commit a625fa9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions script.js
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ document.getElementById('button3').addEventListener('click', renderWebsite);
var gitButton = document.querySelector('.git-button');
var holder = document.querySelector('.holder');
var h2Dv8e46q = document.querySelector('#h2Dv8e46q');
var linkButton = document.querySelector('.link-button');
var a1a1a1a1a1 = document.querySelector('.a1a1a1a1a1');
var downloadButton = document.querySelector('#downloadButton');
box.style.display = 'none';
versionBox.style.display = 'none';
Expand All @@ -405,7 +405,7 @@ var downloadButton = document.querySelector('#downloadButton');
gitButton.style.display = 'none';
holder.style.display = 'none';
h2Dv8e46q.style.display = 'none';
linkButton.style.display = 'none';
a1a1a1a1a1.style.display = 'none';
downloadButton.style.display = 'none';
}
renderWebsite();
Expand Down Expand Up @@ -451,3 +451,5 @@ var downloadButton = document.querySelector('#downloadButton');
favicon.setAttribute('type', 'image/png');
favicon.setAttribute('href', url);
}


0 comments on commit a625fa9

Please sign in to comment.