Skip to content

Commit

Permalink
chore: script load order
Browse files Browse the repository at this point in the history
  • Loading branch information
dtscalac committed Nov 12, 2024
1 parent 9270a5f commit 3d8d6d8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion catalyst_voices/apps/voices/web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,9 @@
</head>

<body>
<script src="flutter_bootstrap.js" async></script>
<!-- TODO(dtscalac): make flutter_bootstrap.js just async -->
<script src="flutter_bootstrap.js" async="false"></script>
<script src="enable-threads.js" async="false"></script>
</body>

</html>

0 comments on commit 3d8d6d8

Please sign in to comment.