Skip to content

Commit

Permalink
removing autoplay
Browse files Browse the repository at this point in the history
  • Loading branch information
dcnb committed Aug 26, 2024
1 parent a7ab87f commit 3cf3309
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion _includes/transcript/player/mp3.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
</div>
<script>
var mediaElement = document.getElementById('audio-player');
var playPromise = mediaElement.play();

function timestampMP3(x){
if (mediaElement.duration > 0 && !mediaElement.paused) {
Expand Down

0 comments on commit 3cf3309

Please sign in to comment.