Skip to content

Commit

Permalink
enable-threads for github
Browse files Browse the repository at this point in the history
  • Loading branch information
bwhitman committed Aug 27, 2024
1 parent f9f0e47 commit 42173a6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<title>AMY web example</title>
<link href="https://fonts.googleapis.com/css?family=Quicksand:500" rel="stylesheet">
<link href="style.css" rel="stylesheet">
<script type="text/javascript" src="enable-threads.js"></script>
<script type="text/javascript" src="amy.js"></script>
<script language="javascript">
var amy_play_message = null;
Expand Down Expand Up @@ -381,4 +382,4 @@ <h2>AMY message creator</h2>
// On click anywhere, start audio
document.body.addEventListener('click', start_audio, true);
</script>
</html>
</html>

0 comments on commit 42173a6

Please sign in to comment.