Spaces:
Running
Running
Commit
·
7276774
1
Parent(s):
e5a99db
Update audio.js
Browse files
audio.js
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
document.addEventListener('DOMContentLoaded', function () {
|
2 |
const searchBar = document.getElementById('searchBar');
|
3 |
-
const songNames = document.querySelectorAll('
|
4 |
-
const descriptions = document.querySelectorAll('
|
5 |
const movieContainers = document.querySelectorAll('.movie');
|
6 |
|
7 |
movieContainers.forEach(function (container) {
|
|
|
1 |
document.addEventListener('DOMContentLoaded', function () {
|
2 |
const searchBar = document.getElementById('searchBar');
|
3 |
+
const songNames = document.querySelectorAll('.title');
|
4 |
+
const descriptions = document.querySelectorAll('.description');
|
5 |
const movieContainers = document.querySelectorAll('.movie');
|
6 |
|
7 |
movieContainers.forEach(function (container) {
|