Skip to content

Commit 66b9d13

Browse files
committed
Fix flast race condition on load
1 parent 75a2829 commit 66b9d13

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dist/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<link rel="stylesheet" crossorigin href="assets/index-C0oB_F-m.css">
1313
</head>
1414
<body>
15+
<script src="flast.js"></script>
1516
<div id="app"></div>
1617
</body>
17-
<script src="flast.js" async></script>
1818
</html>

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
<title>flASTer</title>
1111
</head>
1212
<body>
13+
<script src="flast.js"></script>
1314
<div id="app"></div>
1415
<script type="module" src="src/main.js"></script>
1516
</body>
16-
<script src="flast.js" async></script>
1717
</html>

0 commit comments

Comments
 (0)