Skip to content

Commit

Permalink
Merge pull request #192 from hyperaudio/189-fix-karaoke-for-loaded-tr…
Browse files Browse the repository at this point in the history
…anscripts

189 fix karaoke for loaded transcripts
  • Loading branch information
maboa authored Sep 22, 2023
2 parents 54a812b + f085ed9 commit 2600580
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!-- (C) The Hyperaudio Project. AGPL 3.0 @license: https://www.gnu.org/licenses/agpl-3.0.en.html -->
<!-- Hyperaudio Lite Editor - Version 0.2.15 -->
<!-- Hyperaudio Lite Editor - Version 0.2.16 -->

<!-- Hyperaudio Lite Editor's source code is provided under a dual license model.
Expand Down
2 changes: 1 addition & 1 deletion js/hyperaudio-lite-editor-storage.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ function renderTranscript(
document.dispatchEvent(itDownloadEvent);

//maybe better called using hyperaudioInit event?
//hyperaudio();
hyperaudio();
}

function getLocalStorageSaveFilename(url){
Expand Down

0 comments on commit 2600580

Please sign in to comment.