Skip to content

Commit

Permalink
Merge pull request #425 from shorepine/noenablethreads
Browse files Browse the repository at this point in the history
removing CORS hack
  • Loading branch information
bwhitman authored Nov 24, 2024
2 parents c7c2e34 + 2a60d23 commit d507662
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/run/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/webmidi@latest/dist/iife/webmidi.iife.js"></script>
<script src="micropython.mjs" type="module"></script>
<script type="text/javascript" src="enable-threads.js"></script>
<!-- <script type="text/javascript" src="enable-threads.js"></script> -->
<script type="text/javascript" src="amy.js"></script>
<script type="text/javascript" src="spss.js"></script>
</head>
Expand Down

0 comments on commit d507662

Please sign in to comment.