Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
TKsavy authored Sep 16, 2024
1 parent db447c2 commit 20d5c1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ <h2>Audio Files</h2>
audioName_v.className = 'audio-name'; // Added class for consistent width
audioContainer_v.appendChild(audio_v);
//audioContainer.appendChild(audioName);
cell.appendChild(audioContainer_v);
cell_v.appendChild(audioContainer_v);

// Add error handling to check if audio file loads correctly
audio_v.addEventListener('error', () => {
Expand Down

0 comments on commit 20d5c1d

Please sign in to comment.