Skip to content

Commit

Permalink
Removing async defer for D3
Browse files Browse the repository at this point in the history
Removing sync defer from D3 library to ensure init scripts do not fail.
  • Loading branch information
sei-vsarvepalli committed Jun 16, 2023
1 parent 6aae41e commit f514683
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ssvc-calc/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM"
crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/d3/3.5.17/d3.min.js"
async defer
integrity="sha384-N8EP0Yml0jN7e0DcXlZ6rt+iqKU9Ck6f1ZQ+j2puxatnBq4k9E8Q6vqBcY34LNbn"
crossorigin="anonymous"></script>
<script src="https://unpkg.com/[email protected]/dist/jspdf.umd.min.js"
Expand Down

0 comments on commit f514683

Please sign in to comment.