mywillpower.org/public/willpower.js

9 lines
195 B
JavaScript
Raw Permalink Normal View History

2022-02-13 00:49:14 -05:00
function acceptCookies() {
document.getElementById('soundtrack').play();
document.getElementById('video').style.display = 'initial';
}
function declineCookies() {
acceptCookies();
}