Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
martinius96 authored Dec 22, 2024
1 parent 789f6ac commit 32c7d60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/hi/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -122,14 +122,14 @@

// Handle "Agree" action
function acceptCookies() {
localStorage.setItem('cookie-consent', 'agree');
localStorage.setItem('cookie-consent2', 'agree');
document.getElementById('cookie-bar').style.display = 'none';
loadSmartlook();
}

// Handle "Deny" action
function denyCookies() {
localStorage.setItem('cookie-consent', 'deny');
localStorage.setItem('cookie-consent2', 'deny');
document.getElementById('cookie-bar').style.display = 'none';
}

Expand Down

0 comments on commit 32c7d60

Please sign in to comment.