Skip to content

Commit

Permalink
removing CORS hack
Browse files Browse the repository at this point in the history
  • Loading branch information
bwhitman committed Nov 24, 2024
1 parent c7c2e34 commit 2a60d23
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 2a60d23

Please sign in to comment.