Skip to content

Commit

Permalink
Fixed Bug with importing src
Browse files Browse the repository at this point in the history
  • Loading branch information
Jersyfi authored Jul 19, 2021
1 parent 16c861f commit 0ec5ecf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/bootstrap.html
Original file line number Diff line number Diff line change
Expand Up @@ -158,8 +158,8 @@ <h2>Manage Cookies</h2>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0/dist/js/bootstrap.bundle.min.js" integrity="sha384-p34f1UUtsS3wqzfto5wAAmdvj+osOnFyQFpp4Ua3gs/ZVWx6oOypYoCJhGGScy+8" crossorigin="anonymous"></script>

<script type="module" src="index.js"></script>
<script type="text/plain" data-c-script="marketing" scr="example.js"></script>
<script type="text/plain" data-c-script="marketing">
<script type="text/plain" data-c-script="marketing" src="example.js"></script>
<script type="text/plain" data-c-script="performance">
console.log('This is a code example called from inline code')
</script>
</body>
Expand Down

0 comments on commit 0ec5ecf

Please sign in to comment.