Spaces:
Running
Running
Update script.js
Browse files
script.js
CHANGED
@@ -26,7 +26,7 @@ updateCountdown();
|
|
26 |
|
27 |
const audio = document.getElementById("backgroundSound");
|
28 |
if (audio) {
|
29 |
-
audio.volume =
|
30 |
}
|
31 |
|
32 |
window.addEventListener('click', () => {
|
|
|
26 |
|
27 |
const audio = document.getElementById("backgroundSound");
|
28 |
if (audio) {
|
29 |
+
audio.volume = 1.00; // Set volume immediately when script loads
|
30 |
}
|
31 |
|
32 |
window.addEventListener('click', () => {
|