Skip to content

Commit

Permalink
Merge pull request #2456 from boltdesignsystem/feature/pl-remove-async
Browse files Browse the repository at this point in the history
Remove async attr on global JS script tag
  • Loading branch information
danielamorse committed Mar 23, 2022
2 parents fcfef78 + 5bf4707 commit cf6df72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs-site/src/templates/_site-head.twig
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
window.bolt.data.fullManifest.version = window.bolt.data.fullManifest.version || {{ bolt.data.fullManifest.version|json_encode|raw }};
</script>

<script type="module" src="{{ assets["bolt-global.js"] | default("/build/bolt-global.js") }}" async></script>
<script type="module" src="{{ assets["bolt-global.js"] | default("/build/bolt-global.js") }}"></script>

<noscript>
<link href="/pattern-lab/styleguide/css/pattern-lab.css" rel="stylesheet">
Expand Down

0 comments on commit cf6df72

Please sign in to comment.