Skip to content

Commit

Permalink
Delay execution of blink.js while document loads
Browse files Browse the repository at this point in the history
  • Loading branch information
mosullivan93 committed May 24, 2023
1 parent 34c95f4 commit b4e9c43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<script>var id = {{id}}</script>
<script>{{optional_create_window_callback}}</script>
<script src="blink.js"></script>
<script src="blink.js" defer></script>
<script src="webio.bundle.js"></script>
<link rel="stylesheet" href="reset.css">
<link rel="stylesheet" href="blink.css">
Expand Down

0 comments on commit b4e9c43

Please sign in to comment.