JAYASWAROOP commited on
Commit
0b515fb
·
1 Parent(s): b564df8

Update audio.js

Browse files
Files changed (1) hide show
  1. audio.js +1 -1
audio.js CHANGED
@@ -2,7 +2,7 @@ document.addEventListener('DOMContentLoaded', function () {
2
  const searchBar = document.getElementById('searchBar');
3
  const songNames = document.querySelectorAll('h1[style="font-size: 28px;"]');
4
  const descriptions = document.querySelectorAll('p[style="font-size: 20px;"]');
5
- const songContainers = document.querySelectorAll('movie');
6
 
7
  songContainers.forEach(function (container) {
8
  container.addEventListener('click', function () {
 
2
  const searchBar = document.getElementById('searchBar');
3
  const songNames = document.querySelectorAll('h1[style="font-size: 28px;"]');
4
  const descriptions = document.querySelectorAll('p[style="font-size: 20px;"]');
5
+ const songContainers = document.querySelectorAll('.movie');
6
 
7
  songContainers.forEach(function (container) {
8
  container.addEventListener('click', function () {