Skip to content

Commit

Permalink
SAK-43941 Profile: name pronunciation not saved
Browse files Browse the repository at this point in the history
SAK-43941 Profile: name pronunciation not saved


SAK-43941 Profile: name pronunciation not saved


Revert "SAK-43941 Profile: name pronunciation not saved"

This reverts commit 02ff147.

SAK-43941 Profile: name pronunciation not saved
  • Loading branch information
MRutea authored and Miguel Pellicer committed Oct 16, 2020
1 parent 2d5da2a commit 68fc12e
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@
$btnStopRecording.removeClass('hidden');
$prevAudioPlayer.remove();
$audioPlayer.removeClass('hidden');
$audioPlayer.css('pointer-events' , 'none');

var namePronunciationDuration = parseInt($('#namePronunciationDuration').text() + "000");
timeoutPlayer = setTimeout(function() {
Expand All @@ -210,6 +211,7 @@
this.disabled = true;
recorder.stopRecording(stopRecordingCallback);
clearTimeout(timeoutPlayer);
$audioPlayer.css('pointer-events' , 'auto');
});
$btnReleaseMicrophone.click(function(e) {
e.preventDefault();
Expand Down

0 comments on commit 68fc12e

Please sign in to comment.