Skip to content

Commit

Permalink
SAK-42337 - Name Pronunciation: Save multiple recordings in Safari is…
Browse files Browse the repository at this point in the history
… not working (sakaiproject#7234)
  • Loading branch information
Miguel Pellicer authored and ern committed Aug 14, 2019
1 parent cbd5a14 commit e966961
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ button.link = Link
button.message.reply = Reply
button.message.send = Send Message
button.record = Record
button.release.microphone = Release Microphone
button.save = Save
button.save.changes = Save changes
button.save.settings = Save settings
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@
<button type="button" id="btn-stop-recording" class="recordButton hidden">
<span><wicket:message key="button.stop" /></span>
</button>
<button type="button" id="btn-release-microphone" class="hidden">
<span><wicket:message key="button.release.microphone" /></span>
</button>
<div id="prev-audio-player"><audio wicket:id="audioPlayer" controls playsinline controlsList='nodownload'></audio></div>
<div id="audio-player" class="audioPlayer hidden"><audio controls autoplay playsinline controlsList='nodownload'></audio></div>
<input wicket:id="audioBase64" type="hidden" id="audioBase64" aria-hidden="true" />
Expand Down

0 comments on commit e966961

Please sign in to comment.