Skip to content

Commit

Permalink
Merge pull request #104 from neuschaefer/parcel
Browse files Browse the repository at this point in the history
web: Use <script type="module"> to satisfy parcel
  • Loading branch information
kisvegabor authored Mar 21, 2024
2 parents 011066a + fb93ddd commit 7f9f29f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/content.html
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,6 @@ <h3>Useful notes</h3>
</ul>
</div>

<script src="./index.js" type="text/javascript"></script>
<script src="./index.js" type="module"></script>

</div>

0 comments on commit 7f9f29f

Please sign in to comment.