Spaces:
Running
Running
JAYASWAROOP
commited on
Commit
•
8870397
1
Parent(s):
7276774
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('h1[style="font-size: 28px;"]');
|
4 |
+
const descriptions = document.querySelectorAll('p[style="font-size: 20px;"]');
|
5 |
const movieContainers = document.querySelectorAll('.movie');
|
6 |
|
7 |
movieContainers.forEach(function (container) {
|