Skip to content

Commit

Permalink
Fix flast race condition on load
Browse files Browse the repository at this point in the history
  • Loading branch information
ctrl-escp committed Jun 16, 2024
1 parent 75a2829 commit 66b9d13
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<link rel="stylesheet" crossorigin href="assets/index-C0oB_F-m.css">
</head>
<body>
<script src="flast.js"></script>
<div id="app"></div>
</body>
<script src="flast.js" async></script>
</html>
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
<title>flASTer</title>
</head>
<body>
<script src="flast.js"></script>
<div id="app"></div>
<script type="module" src="src/main.js"></script>
</body>
<script src="flast.js" async></script>
</html>

0 comments on commit 66b9d13

Please sign in to comment.