Update index.html
Browse files- 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`,
|