Skip to content

Commit 3aebc50

Browse files
committed
TCA-534 - mute sound element in the 25-5 clock challenge so it can play in hidden doms
1 parent a14fe44 commit 3aebc50

File tree

1 file changed

+1
-0
lines changed
  • curriculum/challenges/english/03-front-end-development-libraries/front-end-development-libraries-projects

1 file changed

+1
-0
lines changed

curriculum/challenges/english/03-front-end-development-libraries/front-end-development-libraries-projects/build-a-25-5-clock.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1118,6 +1118,7 @@ When a countdown reaches zero (NOTE: timer MUST reach 00:00), a sound indicating
11181118
}
11191119
});
11201120
// start the 25 + 5 clock
1121+
document.getElementById('beep').volume = 0;
11211122
Array.of('start_stop').map((buttonId) => document.getElementById(buttonId)).forEach((key) => {
11221123
if (key && typeof key.click === 'function') {
11231124
key.click();

0 commit comments

Comments
 (0)