Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Neto committed Oct 24, 2024
1 parent 77d1d9b commit 7f5f4e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions view/js/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -2600,13 +2600,13 @@ function playAudio(mp3) {
if (promise !== undefined) {
////console.log('pling promise', promise);
promise.then((response) => {
////console.log('pling audio played', response);
console.log('pling audio played', response);
plingEnabled = false;
setTimeout(function () {
plingEnabled = true;
}, 3000);
}).catch(error => {
////console.log('pling audio disabled', error);
console.log('pling audio disabled', error);
if (showEnableAudioMessage) {
showEnableAudioMessage = false;
avideoAlertInfo('Click here to enable audio');
Expand Down

0 comments on commit 7f5f4e2

Please sign in to comment.