mistpe commited on
Commit
7aca86a
·
verified ·
1 Parent(s): 6bc14a2

Update templates/video_app.html

Browse files
Files changed (1) hide show
  1. templates/video_app.html +1 -1
templates/video_app.html CHANGED
@@ -600,7 +600,7 @@ function loadResults() {
600
  function togglePlayPause() {
601
  isPlaying = !isPlaying;
602
  const playPauseBtn = document.querySelector('#video-container button');
603
- playPauseBtn.textContent = isPlaying ? 'Pause' : 'Play';
604
  if (isPlaying) {
605
  videoElement.play();
606
  } else {
 
600
  function togglePlayPause() {
601
  isPlaying = !isPlaying;
602
  const playPauseBtn = document.querySelector('#video-container button');
603
+ playPauseBtn.textContent = isPlaying ? 'Pause' : 'Play';
604
  if (isPlaying) {
605
  videoElement.play();
606
  } else {