Skip to content

Commit

Permalink
comment out: end chime audio on page load
Browse files Browse the repository at this point in the history
  • Loading branch information
jooyoungseo committed Nov 9, 2023
1 parent 4b90214 commit cc31bd2
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions src/js/init.js
Original file line number Diff line number Diff line change
Expand Up @@ -368,12 +368,13 @@ function CreateChartComponents() {
);

// end chime audio element
document
.getElementById(constants.info_id)
.insertAdjacentHTML(
'afterend',
'<div class="hidden"> <audio src="../src/terminalBell.mp3" id="end_chime"></audio> </div>'
);
// TODO: external media file is not working as a stereo audio so commenting this out until we find a solution
// document
// .getElementById(constants.info_id)
// .insertAdjacentHTML(
// 'afterend',
// '<div class="hidden"> <audio src="../src/terminalBell.mp3" id="end_chime"></audio> </div>'
// );

// review mode form field
document
Expand Down

0 comments on commit cc31bd2

Please sign in to comment.