chaurAr commited on
Commit
4800c90
·
verified ·
1 Parent(s): 099faec

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +1 -1
index.html CHANGED
@@ -783,7 +783,7 @@
783
  // Use the pre-sampled audio files based on current submission count
784
  const audioFile = audioSamples[submitted];
785
  const audioUrl = getAudioUrl(audioFile);
786
-
787
  applyAudioFields(audioUrl);
788
  const introSection = document.querySelector(
789
  `#form-${formDef.id} .form-intro`,
 
783
  // Use the pre-sampled audio files based on current submission count
784
  const audioFile = audioSamples[submitted];
785
  const audioUrl = getAudioUrl(audioFile);
786
+ console.log(audioUrl)
787
  applyAudioFields(audioUrl);
788
  const introSection = document.querySelector(
789
  `#form-${formDef.id} .form-intro`,