Skip to content

Commit

Permalink
defer -> async
Browse files Browse the repository at this point in the history
  • Loading branch information
ebidel committed Dec 5, 2016
1 parent fea36b4 commit fd96472
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lighthouse-viewer/app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@ <h1>Drop Lighthouse results here</h1>
<div id="log"></div>
</div>

<script src="src/main.js" defer></script>
<script src="src/main.js" async></script>
</body>
</html>

0 comments on commit fd96472

Please sign in to comment.