Spaces:
Running
Running
Commit
·
b564df8
1
Parent(s):
a1ab186
Update audio.js
Browse files
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('
|
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 () {
|