Skip to content

Commit

Permalink
Erreur js
Browse files Browse the repository at this point in the history
  • Loading branch information
wincelau committed Jan 30, 2025
1 parent e782d5f commit 45c2bd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 2025.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Chacun.e des membres du 24ème a réalisé une animation, elles sont toutes visu
<script>
document.querySelectorAll('video').forEach(function(video) {
video.addEventListener('play', () => { setTimeout(() => { video.removeAttribute('controls'); }, 200); });
video.addEventListener('pause', () => { setTimeout(() => { video.setAttribute('controls', 'true'); }, 2000); } });
video.addEventListener('pause', () => { setTimeout(() => { video.setAttribute('controls', 'true'); }, 2000); });
});
</script>

Expand Down

0 comments on commit 45c2bd9

Please sign in to comment.