Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Ju1-js authored Sep 23, 2023
1 parent bd5d056 commit b8932c4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -313,15 +313,14 @@ <h2 class="post-title">An Untitled Goose Game</h2>
player.aspectRatio('16:9');
player.muted(true);
player.autoplay('true');
// var cookieConsent = document.querySelector('#cookie-consent');
var cookieConsent = document.querySelector('#cookie-consent');
var sidenav = document.querySelector('#sidenav');
var textsunglasses = document.querySelector('#textsunglasses');
var postdescription = document.querySelector('#post-description');
var untitledgoosegamebutton = document.querySelector('#untitledgoosegamebutton');
var goosecontent = document.querySelector('.goose-content');
var githubbutton = document.querySelector('#downloads');

//cookieConsent.addEventListener('click', () => {
document.addEventListener('click', interaction);
document.addEventListener('keydown', interaction);

Expand Down

0 comments on commit b8932c4

Please sign in to comment.